abort Incomplete Multipart Upload
suspend fun abortIncompleteMultipartUpload(value: Output<BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUploadArgs>)
suspend fun abortIncompleteMultipartUpload(value: BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUploadArgs?)
Parameters
value
Configuration block that specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. See below.
suspend fun abortIncompleteMultipartUpload(argument: suspend BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUploadArgsBuilder.() -> Unit)
Parameters
argument
Configuration block that specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. See below.