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: support AbortIncompleteMultipartUpload LifecycleAction #5795

Closed
BrennaEpp opened this issue Mar 23, 2022 · 0 comments · Fixed by #5812
Closed

storage: support AbortIncompleteMultipartUpload LifecycleAction #5795

BrennaEpp opened this issue Mar 23, 2022 · 0 comments · Fixed by #5812
Assignees
Labels
api: storage Issues related to the Cloud Storage API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@BrennaEpp
Copy link
Contributor

This feature adds the following capabilities to the existing GCS Lifecycle APIs:

  • A new type of LifecycleAction - AbortIncompleteMultipartUpload will be added.

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.

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.

@BrennaEpp BrennaEpp added the triage me I really want to be triaged. label Mar 23, 2022
@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label Mar 23, 2022
@BrennaEpp BrennaEpp self-assigned this Mar 23, 2022
@BrennaEpp BrennaEpp added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. and removed triage me I really want to be triaged. labels Mar 23, 2022
tritone added a commit that referenced this issue Jun 8, 2022
…#5812)

Adds a new LifecycleAction value.

Fixes #5795

Co-authored-by: Sameena Shaffeeullah <samazisha@gmail.com>
Co-authored-by: Chris Cotter <cjcotter@google.com>
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: p1 Important issue which blocks shipping the next release. Will be fixed prior to 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.

1 participant