You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which AWS Services is the feature request for?
Please allow StorageDownloadFileOptions to support the validateObjectExistence
Is your feature request related to a problem? Please describe.
This is a feature which should be implemented in the Android SDK to avoid unnecessary download request which fails until object is available.
Describe the solution you'd like
Just add the setting to the AWSStorageGetURLOptions
Describe alternatives you've considered
Only alternative is to try to Download the file repeatedly until it becomes available. Not a great workaround.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Which AWS Services is the feature request for?
Please allow
StorageDownloadFileOptions
to support the validateObjectExistenceIs your feature request related to a problem? Please describe.
This is a feature which should be implemented in the Android SDK to avoid unnecessary download request which fails until object is available.
Describe the solution you'd like
Just add the setting to the AWSStorageGetURLOptions
Describe alternatives you've considered
Only alternative is to try to Download the file repeatedly until it becomes available. Not a great workaround.
Currently using:
The text was updated successfully, but these errors were encountered: