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