google-cloud-php
google-cloud-php copied to clipboard
storage: support AbortIncompleteMultipartUpload LifecycleAction
This feature adds the following capabilities to the existing GCS Lifecycle APIs:
- A new type of LifecycleAction -
AbortIncompleteMultipartUpload
will be added.
If there are code changes other than documentation to implement this feature, please add the following system tests:
- Validate that “AbortIncompleteMultipartUpload” lifecycle action can be set via Bucket Create, Patch and Update operations.
- Bucket Get and List operations should return the correct state of the lifecycle configuration on the bucket which includes the rules with the new action if present.
If no code changes are required, verify that there are tests proving strings are properly propagated.
Internal: see go/gcs-dpe-olm-mpu for more info.
Please wait for approval from myself before merging or releasing this change so we can coordinate around release dates.
This feature has now been released by Cloud Storage