@aws-amplify/storage 4.4.16-cloud-logging.3 → 4.4.16-unstable.4
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 +0 -5
- 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 +0 -3
- package/lib/providers/AWSS3Provider.js.map +1 -1
- package/lib-esm/common/S3ClientUtils.d.ts +3 -3
- package/lib-esm/providers/AWSS3Provider.js +0 -3
- package/lib-esm/providers/AWSS3Provider.js.map +1 -1
- package/package.json +4 -5
- package/src/providers/AWSS3Provider.ts +0 -3
|
@@ -48538,11 +48538,6 @@ 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
|
-
|
|
48546
48541
|
this._storage = new _aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__["StorageHelper"]().getStorage();
|
|
48547
48542
|
_aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__["Hub"].listen('auth', function (data) {
|
|
48548
48543
|
var payload = data.payload;
|