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

fix: s3 proxy return default bucket acl when tags not implemented #1102

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

benmcclelland
Copy link
Member

We currently store bucket ACLs as tags in the backend S3 service. Some backend services do not implment tags though. In this case, we need to return the default bucket ACL for some continued functionality.

There is still more work to return more correct errors for setting ACLs when this is not implemented.

We currently store bucket ACLs as tags in the backend S3 service.
Some backend services do not implment tags though. In this case,
we need to return the default bucket ACL for some continued
functionality.

There is still more work to return more correct errors for setting
ACLs when this is not implemented.
@benmcclelland benmcclelland requested a review from niksis02 March 2, 2025 23:25
@benmcclelland benmcclelland merged commit b585b78 into main Mar 3, 2025
24 checks passed
@benmcclelland benmcclelland deleted the ben/s3-tag-notimplemented branch March 3, 2025 15:28
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.

2 participants