-
Notifications
You must be signed in to change notification settings - Fork 58
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
Support uniform bucket-level access #20
Comments
I found a workaround to this issue by passing a blank object as the acl property while calling
Looking forward to a proper fix to this issue since many people could be affected by it. |
@shinjanxp how does that work for you? acl is not in the ConfigurationOption parameter on my end ... |
@manuel-dancingly uniformBucketLevelAccess: true |
This helped me. Thanks. |
The library cannot use GCS buckets configured to use bucket-level access. Attempts to use it will result in an exception:
Cannot insert legacy ACL for an object when uniform bucket-level access is enabled.
Removing the
predefinedAcl
stream options key resolves this, although I'm not sure how you'd want to handle that generally.The text was updated successfully, but these errors were encountered: