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

storage: add support for Autoclass #6592

Closed
cojenco opened this issue Aug 30, 2022 · 0 comments · Fixed by #6828
Closed

storage: add support for Autoclass #6592

cojenco opened this issue Aug 30, 2022 · 0 comments · Fixed by #6828
Assignees
Labels
api: storage Issues related to the Cloud 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

@cojenco
Copy link
Contributor

cojenco commented Aug 30, 2022

Autoclass feature at the bucket level, allows for the automatic selection of the best storage class based on object metadata and access patterns. Currently, Autoclass supports new buckets only - a bucket can be enabled for Autoclass only at creation, once disabled it cannot be enabled again. See go/gcs-dpe-autoclass (internal) for more details.

System tests are only required in languages with code changes other than documentation:

  • Autoclass can be enabled via Bucket Create
  • Autoclass can be disabled via Bucket Patch and Update operations
  • Bucket Get operations should return the correct state of Autoclass on the bucket which includes the enabled boolean field and toggleTime timestamp field

Please wait for approval from myself before merging/releasing so we can coordinate around release dates.

@cojenco cojenco added 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 Aug 30, 2022
@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label Aug 30, 2022
@cojenco cojenco assigned cojenco and unassigned tritone Sep 7, 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 Cloud 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