Skip to content

Commit

Permalink
adding config example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Rafaj authored and Ondrej Rafaj committed Dec 9, 2016
1 parent 93b4bdf commit 29c005e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ let s3: S3 = try S3(droplet: drop)
try s3.delete(fileAtPath: "images/image.png", bucketName: "booststore")
```

### Config

Looks like this:
```
{
"accessKey": "{your-AWS-accees-key}",
"secretKey": "{your-AWS-secret-key}"
}
```

### Troubleshooting

##### I am getting a ```badResponse``` error and my credentials are correct
Expand Down

0 comments on commit 29c005e

Please sign in to comment.