Skip to content
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

Add Support for Dual Region Buckets #739

Closed
danielbankhead opened this issue Mar 22, 2022 · 0 comments · Fixed by #748
Closed

Add Support for Dual Region Buckets #739

danielbankhead opened this issue Mar 22, 2022 · 0 comments · Fixed by #748
Assignees
Labels
api: storage Issues related to the googleapis/python-storage API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@danielbankhead
Copy link
Member

danielbankhead commented Mar 22, 2022

FR: Support dual region buckets.

The method for creating a bucket should accept a string with 2 regions concatenated with a '+' (e.g. US-EAST1+US-WEST1).

System tests:

  • Verify a dual region bucket with specified regions can be created
  • Verify a dual region bucket's location metadata is the specified dual region provided
  • Verify a dual region bucket's locationType metadata is dual-region

[Internal] For details and coordination: go/gcs-dpe-dual-region-milestones

@danielbankhead danielbankhead added api: storage Issues related to the googleapis/python-storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Mar 22, 2022
@cojenco cojenco changed the title Add Support for Custom Dual Region Buckets Add Support for Dual Region Buckets Mar 22, 2022
@danielbankhead danielbankhead changed the title Add Support for Dual Region Buckets Add Support for Region Buckets Mar 23, 2022
@cojenco cojenco changed the title Add Support for Region Buckets Add Support for Dual Region Buckets Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/python-storage API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants