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

synctiles: don't set explicit public-read ACL on objects #89

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

bgilbert
Copy link
Member

@bgilbert bgilbert commented Jun 7, 2024

We're moving to a bucket with per-object ACLs disabled. This is simpler to administer but requires the bucket to be manually configured with a policy allowing public reads. _synctiles.py does not set a bucket policy automatically, as it does with CORS, to avoid clobbering any nuanced policy configured by the bucket owner.

We're moving to a bucket with per-object ACLs disabled.  This is simpler
to administer but requires the bucket to be manually configured with a
policy allowing public reads.  synctiles does not set a bucket policy
automatically, as it does with CORS, to avoid clobbering any nuanced
policy configured by the bucket owner.

Signed-off-by: Benjamin Gilbert <[email protected]>
@openslide-bot
Copy link

DCO signed off ✔️

All commits have been signed off. You have certified to the terms of the Developer Certificate of Origin, version 1.1. In particular, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.

@bgilbert bgilbert merged commit d859b8a into openslide:main Jun 7, 2024
2 checks passed
@bgilbert bgilbert deleted the public-read branch June 7, 2024 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants