s3_abort_multipart_upload
Abort an in-progress multipart upload to release stored parts and stop the operation, freeing bucket storage.
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 | Fallback confirmation for this destructive/irreversible operation when the effective server destructive policy is 'confirm' and MCP elicitation cannot run. | |
| uploadId | Yes | The UploadId to abort. |