aws s3 ls s3://bucket/path/ you have to include the trailing slash to have the AWS CLI expand that “directory” and show its contents.aws s3 ls s3://bucket/path without the trailing slash instead shows the first item in that path. Then if I run it again with the trailing slash, I see that first file and all of the other files as well.