Skip to content

Conversation

@serdarozerr
Copy link
Contributor

Context

The storage-cli did not support creating GCS buckets with uniform bucket-level access control. All buckets were created with fine-grained ACL-based access control.

Solution

Added a new optional configuration parameter uniform_bucket_level_access to control the bucket access model during creation:
When set to true: Creates buckets with uniform bucket-level access (IAM-only, ACLs disabled)
When false or omitted (default): Creates buckets with traditional fine-grained access control (ACLs enabled)

- If flag is enabled, it will create the bucket with uniform access level.
- this was requirement from ccng side.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Pending Review | Discussion

Development

Successfully merging this pull request may close these issues.

1 participant