get_s3_incomplete_multipart_uploads
Identify S3 buckets with incomplete multipart uploads older than specified days, revealing wasted storage costs and highlighting buckets that need a lifecycle rule.
Instructions
Find S3 buckets with incomplete multipart uploads older than the threshold.
Incomplete uploads accumulate silently at STANDARD storage rates ($0.023/GB-month). The fix is a single S3 lifecycle rule per bucket. This tool shows which buckets need it and how much wasted storage they hold.
Args: older_than_days: Flag uploads older than this many days (default 7).
Examples: - "Which S3 buckets have incomplete multipart uploads?" - "Find wasted S3 storage from incomplete uploads" - "How much are we paying for failed S3 uploads?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| older_than_days | No |