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 #1339

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

Support AbortIncompleteMultipartUpload LifecycleAction #1339

BrennaEpp opened this issue Apr 5, 2022 · 0 comments · Fixed by #1347
Assignees
Labels
api: storage Issues related to the googleapis/java-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/java-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
suztomo pushed a commit to suztomo/java-storage that referenced this issue Apr 21, 2022
… (googleapis#1215)

Source-Link: googleapis/synthtool@466412a
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:7062473f423f339256346ddbee3d81fb1de6b784fabc2a4d959d7df2c720e375

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
suztomo pushed a commit to suztomo/java-storage that referenced this issue Apr 21, 2022
🤖 I have created a release *beep* *boop*
---


## [2.4.0](googleapis/java-storage@v2.3.0...v2.4.0) (2022-02-03)


### Features

* Change RewriteObjectRequest to specify bucket name, object name and KMS key outside of Object resource ([googleapis#1218](googleapis#1218)) ([8789e4f](googleapis@8789e4f))
* re-generate gapic client to include full GCS gRPC API ([googleapis#1189](googleapis#1189)) ([3099a22](googleapis@3099a22))
* Update definition of RewriteObjectRequest to bring to parity with JSON API support ([googleapis#1220](googleapis#1220)) ([7845c0e](googleapis@7845c0e))


### Bug Fixes

* Remove post policy v4 client side validation ([googleapis#1210](googleapis#1210)) ([631741d](googleapis@631741d))


### Dependencies

* **java:** update actions/github-script action to v5 ([googleapis#1339](googleapis#1339)) ([googleapis#1215](googleapis#1215)) ([deb110b](googleapis@deb110b))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.7.0 ([googleapis#1219](googleapis#1219)) ([623e68b](googleapis@623e68b))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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/java-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