Shashank
Shashank
### Describe the bug ``` let options = StorageUploadDataRequest.Options(accessLevel: .protected, targetIdentityId: identityID) let uploadOperationTask = Amplify.Storage.uploadData(key: filename, data: data, options: options, progressListener: { (progress) in progressHandler?(progress) }, resultListener: { (result)...
### Describe the bug Earlier on an older version of Storage whenever I used to run my app on my device and download a protected image I at times used...
### What happened? On clicking of the app icon, the app crashes. It's not even allowing the app to open nor initialise any other crash reporting SDK. I luckily got...