Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Mention the correct region default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manfred committed Oct 16, 2013
1 parent c1fa461 commit fcdaf55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The region and bucket name are relatively easy:
- S3_REGION=eu-west-1
- S3_BUCKET_NAME=unique-wad-bucket-name

You don't have to configure the region if you're using `us-east-1`, the default.
You don't have to configure the region if you're using `eu-west-1`, the default.

The hard part is configuring the credentials, because they need to be signed. First concatenate your key and secret separated by a semicolon, like so:

Expand Down Expand Up @@ -85,7 +85,6 @@ In some cases you can get network errors on Travis. Currently WAD does not retry

Note that WAD **doesn't clean up** old bundles for you. If you change Gemfile.lock a lot and the bucket becomes very large, you probably want to clean out old bundles once in a while.


### Example

WAD uses itself to run itself on Travis, you can check out our [Travis configuration](https://github.com/Fingertips/WAD/blob/master/.travis.yml) and the [CI output](https://travis-ci.org/Fingertips/WAD).
Expand Down

0 comments on commit fcdaf55

Please sign in to comment.