@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.
@@ -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;