Skip to main content

list-multipart-uploads

The aws s3api list-multipart-uploads command is used to list all of the multipart uploads that are in progress for a specified bucket. This is useful for tracking the progress of multipart uploads.

aws s3api list-multipart-uploads --bucket BUCKET_NAME

This command will list all multipart uploads currently in progress for the specified bucket.

Syntax

aws s3api list-multipart-uploads \
--bucket BUCKET_NAME

Options

  • --bucket: Specifies the name of the Astran S3 bucket for which metadata is being retrieved.

See also the original AWS documentation.