-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Storage] Add support for UniformBucketLevelAccess #5899
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
Conversation
|
|
||
| /** | ||
| * Sets whether BucketPolicyOnly is enabled for this bucket. When this is enabled, access to | ||
| * Sets whether Uniform Bucket Level Access is enabled for this bucket. When this is enabled, access to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIUC the name is not trade marked, and is a descriptive name. So uniform bucket-level access?
| * The Bucket's IAM Configuration. | ||
| * | ||
| * @see <a href="https://cloud.google.com/storage/docs/bucket-policy-only">Bucket Policy Only</a> | ||
| * @see <a href="https://cloud.google.com/storage/docs/uniform-bucket-level-access">Uniform Bucket Level Access</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
Codecov Report
@@ Coverage Diff @@
## master #5899 +/- ##
============================================
- Coverage 46.35% 45.69% -0.66%
+ Complexity 27995 26494 -1501
============================================
Files 2613 2613
Lines 288066 282531 -5535
Branches 33776 32712 -1064
============================================
- Hits 133524 129109 -4415
+ Misses 144303 143330 -973
+ Partials 10239 10092 -147
Continue to review full report at Codecov.
|
| * This field can then be disabled until the time specified, after which it will become | ||
| * immutable and calls to change it will fail. If this is enabled, calls to access legacy ACL | ||
| * information will fail. | ||
| * Sets whether uiform bucket-level access is enabled for this bucket. When this is enabled, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uiform->uniform
|
@JesseLovelace is moving this to completion. Clarifying expectations for PR. |
Uh oh!
There was an error while loading. Please reload this page.