Configuring an AWS bucket lifecycle configuration to delete incomplete multipart uploads

Configuring an AWS bucket lifecycle configuration to delete incomplete multipart uploads

To automatically manage incomplete multipart uploads, you can use the S3 console to create a lifecycle rule to expire incomplete multipart upload bytes from your bucket after a specified number of days. The following procedure shows you how to add a lifecycle rule to delete incomplete multipart uploads after 1 day.

1. Sign in to the AWS Management Console and open the Amazon S3 console at https://console.aws.amazon.com/s3/

2. In the Buckets list, choose the eMAM Original bucket that you want to create a lifecycle rule.

3. Choose the Management tab, and choose Create lifecycle rule



4. In the Lifecycle rule name, enter a name for your rule

5. Choose Apply to all objects in the bucket

6. Tick "I acknowledge that this rule will apply to all objects in the bucket."



7. Enable the below items,

      Delete expired object delete markers or incomplete multipart uploads
      Delete expired object delete markers
      Delete incomplete multipart uploads
      Set the Number of days as 1
 


8. Click on Create Rule