-
Notifications
You must be signed in to change notification settings - Fork 84
test: Updates for Dual Region and testing #1340
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
6805955
to
d640067
Compare
@@ -1731,7 +1731,7 @@ public Long getMetageneration() { | |||
|
|||
/** | |||
* Returns the bucket's location. Data for blobs in the bucket resides in physical storage within | |||
* this region. | |||
* this region or regions. | |||
* | |||
* @see <a href="https://cloud.google.com/storage/docs/bucket-locations">Bucket Locations</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.
Does dual-region have a link that we can direct folks to our is it just the bucket-locations doc?
cc: @danielbankhead
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.
That will be here: https://cloud.google.com/storage/docs/locations
(the updates are currently in staging, pending for release)
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.
it appears the link https://cloud.google.com/storage/docs/bucket-locations
redirects to https://cloud.google.com/storage/docs/locations
I can update this link.
although it is baked in quite a few places. I will open another PR after this to update docs references to the new location page.
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.
Found this doc (published yesterday) feel free to use in a future PR or in the change log/release notes: https://cloud.google.com/storage/docs/dual-regions
LGTM, may want another Java expert to review. Then, we'll merge once googleapis/python-storage#748 is unblocked |
Fixes #1304 ☕️
If you write sample code, please follow the samples format.