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 #2874

Closed
wezside opened this issue Sep 17, 2023 · 2 comments
Closed

"validateObjectExistence" Support needed for AWSStorageGetURLOptions #2874

wezside opened this issue Sep 17, 2023 · 2 comments
Labels
feature-request Request a new feature

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
@lawmicha lawmicha transferred this issue from aws-amplify/aws-sdk-android Jul 16, 2024
@github-actions github-actions bot added the pending-triage Issue is pending triage label Jul 16, 2024
@lawmicha
Copy link
Contributor

Hi @wezside, I've transferred this over to the Amplify Android repo. This feature request has been completed by #2848 and released in https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.20.0 Feel free to open another issue in this repo if you are seeing any problems

@github-actions github-actions bot removed the pending-triage Issue is pending triage label Jul 16, 2024
Copy link
Contributor

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.

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
Projects
None yet
Development

No branches or pull requests

3 participants