Sign in
agent:

List S3 Buckets

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
Use the AWS CLI to list all S3 buckets and display the output in JSON format.
aws s3api list-buckets --output json
copied