Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"validateObjectExistence" Support needed for AWSStorageGetURLOptions #3406

Open
wezside opened this issue Sep 17, 2023 · 0 comments
Open

"validateObjectExistence" Support needed for AWSStorageGetURLOptions #3406

wezside opened this issue Sep 17, 2023 · 0 comments
Labels
feature-request Request a new feature s3 Issues with the AWS Android SDK for Simple Storage Service (S3).

Comments

@wezside
Copy link

wezside commented Sep 17, 2023

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.

Currently using:

implementation 'com.amplifyframework:core:2.13.0'
implementation 'com.amplifyframework:aws-storage-s3:2.13.0'
@tylerjroach tylerjroach added the feature-request Request a new feature label Sep 18, 2023
@tjleing tjleing added the s3 Issues with the AWS Android SDK for Simple Storage Service (S3). label Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request a new feature s3 Issues with the AWS Android SDK for Simple Storage Service (S3).
Projects
None yet
Development

No branches or pull requests

3 participants