Check if file exists in s3 using ls and wildcard
问题 Seems so simple, but not getting the syntax right. I want to know if a file exists in my s3 bucket using wildcards. Something like aws s3 ls s3://my-bucket/folder/*myfile* The goal is to see if a file called 2016_myfile.txt or a file called 2011_myfile.csv exists within this bucket. If I run the command, it doesn't return anything even though I know this file exists there. 回答1: (re-drafted from comment as it appears this answered the question) I myself tried, and failed to use wildcards in