get_object
Retrieve objects directly from an S3 bucket using bucket name and object key. Returns JSON-formatted S3 response for easy integration and data handling.
Instructions
Gets an object from an S3 bucket.
Args: bucket (str): The name of the bucket. key (str): The key (name) of the object.
Returns: str: JSON formatted S3 response.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bucket | Yes | ||
key | Yes |