get_object
Retrieve an object from an S3 bucket by specifying the bucket name and object key. Returns the S3 response in JSON format.
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 |