@aws-amplify/storage 4.4.16 → 4.4.17-cloud-logging.7
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/dist/aws-amplify-storage.js +5 -0
- package/dist/aws-amplify-storage.js.map +1 -1
- package/dist/aws-amplify-storage.min.js +1 -1
- package/dist/aws-amplify-storage.min.js.map +1 -1
- package/lib/common/S3ClientUtils.d.ts +3 -3
- package/lib/providers/AWSS3Provider.js +3 -0
- package/lib/providers/AWSS3Provider.js.map +1 -1
- package/lib-esm/common/S3ClientUtils.d.ts +3 -3
- package/lib-esm/providers/AWSS3Provider.js +3 -0
- package/lib-esm/providers/AWSS3Provider.js.map +1 -1
- package/package.json +3 -3
- package/src/providers/AWSS3Provider.ts +3 -0
|
@@ -48538,6 +48538,11 @@ function () {
|
|
|
48538
48538
|
var _this = this;
|
|
48539
48539
|
|
|
48540
48540
|
this._config = config ? config : {};
|
|
48541
|
+
|
|
48542
|
+
if (!_aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__["StorageHelper"]) {
|
|
48543
|
+
return;
|
|
48544
|
+
}
|
|
48545
|
+
|
|
48541
48546
|
this._storage = new _aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__["StorageHelper"]().getStorage();
|
|
48542
48547
|
_aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__["Hub"].listen('auth', function (data) {
|
|
48543
48548
|
var payload = data.payload;
|