arvan_s3_put_object
Upload an object to an ArvanCloud S3 bucket with support for base64-encoded binary, custom MIME type, and ACL.
Instructions
Upload an object.
Args:
bucket: Target bucket.
key: Object key (path) within the bucket.
content: The object body. Plain text, or base64 if content_base64.
content_base64: Set True when content is base64-encoded binary.
content_type: Optional MIME type, e.g. application/json.
acl: Optional ACL, e.g. public-read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | ||
| key | Yes | ||
| content | Yes | ||
| content_base64 | No | ||
| content_type | No | ||
| acl | No |