s3_object_upload
Upload a file to an Amazon S3 bucket using base64 encoded content. Specify the bucket name, object key, and file content for direct storage management.
Instructions
Upload an object to S3
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bucket_name | Yes | Name of the S3 bucket | |
file_content | Yes | Base64 encoded file content for upload | |
object_key | Yes | Key/path of the object in the bucket |