From c4912c29057287d9d07454a4d931ade64545adfb Mon Sep 17 00:00:00 2001 From: "Michael R. Bagnall" Date: Tue, 8 Aug 2017 17:27:01 -0400 Subject: [PATCH] Downloading the file requires the bucket name (foo) not the token (baz). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ed0fde..f2bad86 100644 --- a/README.md +++ b/README.md @@ -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