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

Additional fix for using private Google Cloud Storage Buckets #48

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

patriceckhart
Copy link

If you have private, non-public Cloud Storage buckets and use enableSigning = true, "predefinedAcl" => "private" will be used instead of "publicRead".

… => 'private' is used instead of 'publicRead'
@kitsunet
Copy link
Member

Looking at the history of that setting again, I think we should have a separate setting for the ACL visibility as our original use case was a two bucket setup with storage and target, and we still used public ACLs for that. I think "objectVisibility" with a default of "PublicRead" could be fine, then you can overwrite that to Private. What do you think?

@patriceckhart
Copy link
Author

Yes your solution would be better. I actually started it that way when I was implementing it, but then I changed it to the "simpler" adaptation.

@patriceckhart
Copy link
Author

@kitsunet I added the targetOption objectVisibility. By default it is publicRead

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