Skip to content

Commit

Permalink
Describe the new endpoint option in the readme
Browse files Browse the repository at this point in the history
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
  • Loading branch information
wereHamster authored and tj committed Apr 17, 2011
1 parent 2f28de9 commit 8ad65e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Expand Up @@ -25,6 +25,10 @@ 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 (bucket.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.

### PUT

Below we do several things, first we read _Readme.md_ into memory,
Expand Down

0 comments on commit 8ad65e1

Please sign in to comment.