Object Storage

unable to set BucketLifecycle to clean failed multipart upload

manistorage
2,162 Views

attempting to put a lifecycle policy to abort failed s3 Multipart uploads after a specific duration

below is the object life cycle policy

{ "Rules": [ { "ID": "Test Rule", "Status": "Enabled", "Filter": { "Prefix": "" }, "AbortIncompleteMultipartUpload": { "DaysAfterInitiation": 7 } } ] }

 

getting error - An error occurred (MalformedXML) when calling the PutBucketLifecycle operation: AbortIncompleteMultipartUpload rules are not supported.

 

would appreciate any assistance!

 

Regards,

Mani

2 REPLIES 2

NetApp_AU
2,027 Views

Hello manistorage,

 

It looks like StorageGRID supports "AbortMultipartUpload". 

https://docs.netapp.com/sgws-113/topic/com.netapp.doc.sg-s3/GUID-761C7505-0B95-4E12-AA1E-696EC4DC8D55.html

 

Unfortunately, StorageGRID does not support "AbortIncompleteMultipartUpload" like the error message in your output also mentions.

https://docs.netapp.com/sgws-113/topic/com.netapp.doc.sg-s3/GUID-BC58B408-8D77-410B-8B5C-8192EEC5D5E2.html

 

Team NetApp

manistorage
2,019 Views

I understand its not supported. how do we clean failed multipart uploads?

 

Regards,

Mani

Public