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

Support AbortIncompleteMultipartUpload LifecycleAction #753

Closed
BrennaEpp opened this issue Apr 5, 2022 · 0 comments · Fixed by #765
Closed

Support AbortIncompleteMultipartUpload LifecycleAction #753

BrennaEpp opened this issue Apr 5, 2022 · 0 comments · Fixed by #765
Assignees
Labels
api: storage Issues related to the googleapis/python-storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@BrennaEpp
Copy link

BrennaEpp commented Apr 5, 2022

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.

@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/python-storage API. label Apr 5, 2022
@BrennaEpp BrennaEpp added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Apr 5, 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. 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