You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically this helper modifies the endpoint. Its modifications may be revealed by client.getEndPoint(). For example, s3.setBucket('foo') sets the endpoint to be foo.s3.amazonaws.com.
This method is chainable (aka it returns the client object).