s3_abort_multipart_upload
Abort an in-progress S3 multipart upload to cancel it and release associated storage. Provide bucket, key, and uploadId to stop the upload and clean up resources.
Instructions
Abort an in-progress S3-compatible multipart upload and release all associated storage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The object key. | |
| bucket | Yes | The bucket name. | |
| confirm | No | Confirm this destructive/irreversible operation. Required when the server destructive policy is 'confirm' (the default). | |
| uploadId | Yes | The UploadId to abort. |