AWS::S3::Bucket AbortIncompleteMultipartUpload
Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. For more information, see Stopping Incomplete Multipart Uploads Using a Bucket Lifecycle Policy in the Amazon S3 User Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DaysAfterInitiation" :
Integer
}
YAML
DaysAfterInitiation:
Integer
Properties
DaysAfterInitiation
-
Specifies the number of days after which Amazon S3 stops an incomplete multipart upload.
Required: Yes
Type: Integer
Minimum:
0
Update requires: No interruption