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

Add note about not being able to use Uniform access control on google cloud bucket #846

Merged
merged 1 commit into from
Feb 29, 2020

Conversation

devxpy
Copy link
Contributor

@devxpy devxpy commented Feb 28, 2020

Hello, thanks for this amazing project.

I just wanted to add a small note to the docs.

I spent a few hours trying to figure this out, so I thought this would help others who might have set Uniform access control on their bucket.

Add note about not being able to use Uniform access control on google cloud bucket
@jschneier jschneier merged commit 2c28efa into jschneier:master Feb 29, 2020
@jschneier
Copy link
Owner

Thanks!

dulacp added a commit to dulacp/django-storages that referenced this pull request 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 jschneier#783, jschneier#846 and jschneier#909
mands pushed a commit to datapane/django-storages that referenced this pull request Nov 10, 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 jschneier#783, jschneier#846 and jschneier#909
jschneier pushed a commit that referenced this pull request Nov 16, 2020
* Add a new GS_QUERYSTRING_AUTH param to avoid signing urls

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

* Add documentation for the new parameter GS_QUERYSTRING_AUTH

* Minor logic refactor to no_signed_url

Co-authored-by: Pierre Dulac <dulacpier@gmail.com>
mlazowik pushed a commit to qedsoftware/django-storages that referenced this pull request Mar 9, 2022
…#952)

* Add a new GS_QUERYSTRING_AUTH param to avoid signing urls

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

* Add documentation for the new parameter GS_QUERYSTRING_AUTH

* Minor logic refactor to no_signed_url

Co-authored-by: Pierre Dulac <dulacpier@gmail.com>
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

2 participants