forked from SaltwaterC/aws2js
-
Notifications
You must be signed in to change notification settings - Fork 0
client.getEndPoint()
SaltwaterC edited this page Nov 15, 2011
·
2 revisions
Helper for getting the API end point as defined into the client itself.
client.getEndPoint()
This call always returns a valid end point, even for a freshly initialized client. The client loader makes sure a default end point is provided. This may not be true if you use, for example, s3.setEndPoint() with your own value.
For the query APIs, query.setRegion() affects the returned value of this method.
For the S3 Client, s3.setBucket() and s3.setEndPoint() affects the returned value of this method.