From 7b0198fd84a338eab6a0ab7d350585d422ff17a4 Mon Sep 17 00:00:00 2001 From: Drew Date: Sun, 16 Dec 2018 14:44:08 -0500 Subject: [PATCH 1/2] Removed aws-sdk dependency from package.json to fix 'Storage, missing credentials in config' errorwhen uploading to s3 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index f5926d6..e7e23f0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "dependencies": { "aws-amplify": "^1.1.4", "aws-amplify-vue": "^0.1.1", - "aws-sdk": "^2.209.0", "e": "0.0.4", "fsts": "^0.0.39", "vue": "^2.5.16", From ce46a8d2f22f370e25d8a90fd8e89a3c72a14496 Mon Sep 17 00:00:00 2001 From: Drew Date: Sun, 16 Dec 2018 14:44:38 -0500 Subject: [PATCH 2/2] Fixed line in README.md (cd to correct directory) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3971463..225a5d0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A VueJs starter app integrated with [aws-amplify](https://github.com/aws/aws-amp ```bash $ git clone https://github.com/aws-samples/aws-amplify-vue.git -$ cd aws-amplify-vue-sample +$ cd aws-amplify-vue $ npm install ```