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

remove check that s3_object exists as is causing error when downloading #599

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

cziaarm
Copy link
Collaborator

@cziaarm cziaarm commented Feb 14, 2025

Story

Downloads (which come direct from s3) are failing due to a 403. Some testing revealed that the operation being refused is Aws::S3::Object#exists? and this requires permission to s3:ListObject. Have removed the condition until we can amend bucket policies.

Expected Behaviour Before Changes

downloads throw error

Expected Behaviour After Changes

Downloads download

@cziaarm cziaarm merged commit f707103 into main Feb 14, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant