Skip to content

Add Bucket Lifecycle Rule for Multipart Upload

Allison Browne requested to merge ab-add-bucket-lifecycle into master

When using multipart upload as we do in gitlab!31269 (diffs).

It is recommended to enable abort incomplete multipart upload lifecycle rule.

This adds that lifecycle rule to the deploy script.

Tested on s3 multiple times to ensure idempotency of the script.

See the attached check via the aws interface.

Screen_Shot_2020-05-08_at_3.56.24_PM

Edited by Allison Browne

Merge request reports