aws_s3_put_object
Upload text content to an S3 bucket object using AWS MCP Server. Specify bucket, key, and content with optional profile, region, and content type settings.
Instructions
Upload content to an S3 object. Blocked in --readonly mode.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| bucket | Yes | S3 bucket name | |
| key | Yes | Object key (path) | |
| content | Yes | Text content to upload | |
| content_type | No | MIME type (default: text/plain) |