AWS::S3::Bucket AbortIncompleteMultipartUpload - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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