You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
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
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
Samples demonstrating getting and setting Autoclass feature for a bucket:
region tags: storage_get_autoclass and storage_set_autoclass
This feature adds the following capabilities:
System tests are only required in languages with code changes other than documentation:
CreatePatchandUpdateoperationsGetoperations should return the correct state of Autoclass on the bucket which includes the enabled boolean field and toggleTime timestamp fieldSamples demonstrating getting and setting Autoclass feature for a bucket:
storage_get_autoclassandstorage_set_autoclassclient library support (internal): go/gcs-dpe-autoclass
Canonical sample (internal): go/gcs-autoclass-canonical-sample
Please wait for my approval before merging/releasing this so we can coordinate around release dates.