feat(storage): Add support for Bucket#uniform_bucket_level_access#4273
Merged
quartzmo merged 2 commits intogoogleapis:masterfrom Nov 1, 2019
Merged
feat(storage): Add support for Bucket#uniform_bucket_level_access#4273quartzmo merged 2 commits intogoogleapis:masterfrom
quartzmo merged 2 commits intogoogleapis:masterfrom
Conversation
JesseLovelace
approved these changes
Oct 25, 2019
Member
Author
|
@JesseLovelace Will you let me know when to merge and release this feature? I think you said it should wait until https://cloud.google.com/storage/docs/uniform-bucket-level-access is working. |
Contributor
|
Yes, I'll ping you when it's time |
JesseLovelace
suggested changes
Oct 29, 2019
google-cloud-storage/acceptance/storage/bucket_uniform_bucket_level_access_test.rb
Outdated
Show resolved
Hide resolved
* Deprecate Bucket#policy_only=, #policy_only?, and #policy_only_locked_at, which are now aliases for the uniform_bucket_level_access methods. * Read more at https://cloud.google.com/storage/docs/uniform-bucket-level-access [closes googleapis#4202]
ab9476f to
64f9848
Compare
JesseLovelace
approved these changes
Nov 1, 2019
Contributor
|
Thanks @quartzmo! The UBLA documentation is currently redirecting to BPO documentation, so this can be released now. |
Member
Author
|
Released in 1.23.0. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
aliases for the uniform_bucket_level_access methods.
[closes #4202]