s3_complete_multipart_upload
Complete an S3-compatible multipart upload by submitting the ETags of all uploaded parts in ascending order to assemble the final object.
Instructions
Finalize an S3-compatible multipart upload. Provide the ETags of all uploaded parts in order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The object key. | |
| parts | Yes | All uploaded parts in ascending part number order. | |
| bucket | Yes | The bucket name. | |
| uploadId | Yes | The UploadId. |