Skip to content

Commit

Permalink
Merge pull request sourcegraph#38 from robpetreski/patch-1
Browse files Browse the repository at this point in the history
Updated to include required US region
  • Loading branch information
mholt authored Sep 28, 2016
2 parents 504084f + f1e4ab5 commit 00c9490
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ You can configure Checkup entirely with a simple JSON document. We recommend you
"provider": "s3",
"access_key_id": "<yours>",
"secret_access_key": "<yours>",
"bucket": "<yours>"
"bucket": "<yours>",
"region": "us-east-1"
}
}
```
Expand Down Expand Up @@ -148,6 +149,9 @@ $ export AWS_BUCKET_NAME=...
$ checkup provision s3
```

#### Manual Provisioning

If you'd rather do this manually, see the [instructions on the wiki](https://github.com/sourcegraph/checkup/wiki/Provisioning-S3-Manually) but keeping in mind the region must be **US Standard**.

### Setting up the status page

Expand Down Expand Up @@ -211,9 +215,6 @@ Checkup is as easy to use in a Go program as it is on the command line.

### Using Go to set up storage on S3


(If you'd rather do this manually, see the [instructions on the wiki](https://github.com/sourcegraph/checkup/wiki/Provisioning-S3-Manually).

First, create an IAM user with credentials as described in the section above.

Then `go get github.com/sourcegraph/checkup` and import it.
Expand Down

0 comments on commit 00c9490

Please sign in to comment.