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

Handle NotFound S3 Response #143

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

jrjohnson
Copy link
Contributor

What Changed & Why

After the upgrade to AWS SDK V3 the headObject method needed to be refactored for cases where the key or bucket are missing and S3 returns a 404. In V3 of the SDK this is a thrown error that must be caught.

Related issues

#138

PR Checklist

  • Updated Tests

People

@lukemelia @saravanak

After the upgrade to AWS SDK V3 the headObject method needed to be
refactored for cases where the key or bucket are missing and S3 returns
a 404. In V3 of the SDK this is a thrown error that much be caught.
@lukemelia lukemelia merged commit 50de18b into ember-cli-deploy:master Apr 30, 2024
8 checks passed
@lukemelia lukemelia added the bug label Apr 30, 2024
@jrjohnson jrjohnson deleted the v3-handle-404 branch April 30, 2024 18:57
@lukemelia
Copy link
Contributor

@jrjohnson
Copy link
Contributor Author

Thanks @lukemelia, appreciate the fast release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants