Skip to content

s3.setEndPoint()

SaltwaterC edited this page Nov 16, 2011 · 2 revisions

About

S3 helper for setting region specific endpoints.

Reference

s3.setEndPoint(endpointPrefix)
  • 'endpointPrefix' - the endpoint prefix which should be something like: s3-us-west-1, s3-us-west-2, etc. The endpoint list is available here.

While technically this is just an alias of s3.setBucket(), this method has this additional name in order to remove any ambiguity into the code that calls this client.

Clone this wiki locally