Skip to content

Add Uniform Bucket-Level Access Support for GCS Buckets#41

Merged
johha merged 2 commits intocloudfoundry:mainfrom
sap-contributions:feature/add-uniform-access-for-gcs-buckets
Feb 17, 2026
Merged

Add Uniform Bucket-Level Access Support for GCS Buckets#41
johha merged 2 commits intocloudfoundry:mainfrom
sap-contributions:feature/add-uniform-access-for-gcs-buckets

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.
@github-project-automation github-project-automation bot moved this from Pending Review | Discussion to Pending Merge | Prioritized in Foundational Infrastructure Working Group Feb 17, 2026
@johha johha merged commit fc41131 into cloudfoundry:main Feb 17, 2026
3 of 5 checks passed
@github-project-automation github-project-automation bot moved this from Pending Merge | Prioritized to Done in Foundational Infrastructure Working Group Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants