@aws-amplify/storage 5.3.2-unstable.ffe65ea.1 → 5.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/storage",
3
- "version": "5.3.2-unstable.ffe65ea.1+ffe65eaed",
3
+ "version": "5.4.0",
4
4
  "description": "Storage category of aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -46,7 +46,7 @@
46
46
  "src"
47
47
  ],
48
48
  "dependencies": {
49
- "@aws-amplify/core": "5.3.2-unstable.ffe65ea.1+ffe65eaed",
49
+ "@aws-amplify/core": "5.4.0",
50
50
  "@aws-sdk/client-s3": "3.6.2",
51
51
  "@aws-sdk/s3-request-presigner": "3.6.1",
52
52
  "@aws-sdk/util-create-request": "3.6.1",
@@ -112,5 +112,5 @@
112
112
  "devDependencies": {
113
113
  "@types/sinon": "^7.5.1"
114
114
  },
115
- "gitHead": "ffe65eaedc5f4629cf917926666a328aa6fbba9d"
115
+ "gitHead": "6a84560cb9f147e0a90a9a78125f4257c29e7e30"
116
116
  }
@@ -449,7 +449,7 @@ export class AWSS3Provider implements StorageProvider {
449
449
  }
450
450
  if (validateObjectExistence) {
451
451
  const headObjectCommand = new HeadObjectCommand(params);
452
-
452
+
453
453
  try {
454
454
  await s3.send(headObjectCommand);
455
455
  } catch (error) {