Skip to content

Commit

Permalink
Fixed documentation -bucket is not part of endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jcayzac committed Feb 19, 2012
1 parent 2a96249 commit 6bbfac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -25,7 +25,7 @@ The following examples demonstrate some capabilities of knox and the s3 REST API
, bucket: 'learnboost'
});

By default knox will send all requests to the global endpoint (s3.amazonaws.com/bucket).
By default knox will send all requests to the global endpoint (s3.amazonaws.com).
This works regardless of the region where the bucket is. But if you want to manually set
the endpoint (for performance reasons) you can do it with the `endpoint` option.

Expand Down

0 comments on commit 6bbfac1

Please sign in to comment.