I have a bucket with thousands of files in it. How can I search the bucket? Is there a tool you can recommend?
Here's a short and ugly way to do search file names using the AWS CLI:
aws s3 ls s3://your-bucket --recursive | grep your-search | cut -c 32-