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 support for Google Cloud buckets with uniform access control #910

Closed
wants to merge 2 commits into from

Conversation

dulacp
Copy link
Contributor

@dulacp dulacp commented Jul 26, 2020

To support Uniform permissions buckets on Google Cloud Storage, we need to keep GS_DEFAULT_ACL to None, but it forces each url to be signed, which is useless since the uniform permission is usually meant to give world read access. This new parameter solves this use case reported in #783, #846 and #909.

Cheers

To support Uniform permissions buckets on Google Cloud Storage, we need to keep `GS_DEFAULT_ACL` to `None`, but it forces each url to be signed, which is useless since the uniform permission is usually meant to give world read access. This new parameter solves this use case reported in jschneier#783, jschneier#846 and jschneier#909
@mands
Copy link
Contributor

mands commented Nov 10, 2020

Bumping this PR - anything needed to do to get it merged? Would really help people using GCS buckets with uniform access policies.

@mands
Copy link
Contributor

mands commented Nov 10, 2020

Have updated and recreated the PR in #952

@jschneier
Copy link
Owner

I merged in #952, thanks for the initial patch.

@jschneier jschneier closed this Nov 16, 2020
@MeRuslan
Copy link

MeRuslan commented Dec 5, 2020

Hello!
I've got a bucket with uniform access at my hands, now django uploads the file, but fails to set the model field value.
I.e. the image gets uploaded, but ImageField value remains None.

@MeRuslan
Copy link

MeRuslan commented Dec 5, 2020

i have opened a new issue: #962

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.

None yet

4 participants