put_object
Adds an object to an S3 bucket by specifying the bucket name, object key, and content. Returns a JSON-formatted S3 response for confirmation.
Instructions
Puts an object into an S3 bucket.
Args: bucket (str): The name of the bucket. key (str): The key (name) of the object. body (str): The content of the object.
Returns: str: JSON formatted S3 response.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | Yes | ||
bucket | Yes | ||
key | Yes |