Skip to content

Commit

Permalink
#8 No such thing as AWSSecrectAccessToken.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsuess committed Dec 1, 2014
1 parent 2e0f05e commit e8f92b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ uploaded to the server.

### AWS S3

You will need a`AWSAccessKeyId` and `AWSSecretAccessToken` ins `Meteor.settings`
You will need a`AWSAccessKeyId` and `AWSSecretAccessKey` in `Meteor.settings`
and a bucket with the following CORS configuration:

```xml
Expand Down Expand Up @@ -190,7 +190,7 @@ if required.

## Security

The secret key never leaves the meteor app server. Nobody will be able to upload
The secret key never leaves the meteor app server. Nobody will be able to upload
anything to your buckets outside of your meteor app.

Instead of using secret access keys, Slingshot uses a policy document that is
Expand Down

0 comments on commit e8f92b8

Please sign in to comment.