AWS::S3Outposts::Bucket AbortIncompleteMultipartUpload
Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 on Outposts waits before permanently removing all parts of the upload. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy.
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 initiation that Amazon S3 on Outposts aborts an incomplete multipart upload.
Required: Yes
Type: Integer
Minimum:
0
Update requires: No interruption