Skip to content

Commit

Permalink
Merge pull request #18 from ElusiveMind/documentation-update
Browse files Browse the repository at this point in the history
Downloading the file requires the bucket name (foo) not the token (bar).
  • Loading branch information
ElusiveMind committed Feb 24, 2021
2 parents fa28a44 + c4912c2 commit ba364c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ curl -i -XPOST --data-binary @database.sql.gz http://localhost:3000/asset/bar/ba
### 4. Download the file that you uploaded

```` bash
curl -i http://localhost:3000/asset/bar/baz > baz
curl -i http://localhost:3000/asset/foo/baz > baz
````

### 5. Using Amazon S3 to storage your assets
Expand Down

0 comments on commit ba364c8

Please sign in to comment.