Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiki270 authored Dec 11, 2016
1 parent fec9003 commit 116149d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Basic S3 access library for Vapor written in Swift
```

2) Run ```vapor clean```

3) Do ```vapor xcode```

### Usage
Expand Down Expand Up @@ -40,7 +41,7 @@ try s3.delete(fileAtPath: "images/image.png", bucketName: "booststore")

### Config

Looks like this:
Looks like this ```Config/s3.json```:
```
{
"accessKey": "{your-AWS-accees-key}",
Expand Down

0 comments on commit 116149d

Please sign in to comment.