How can I get only one level of objects in a S3 bucket?
问题 I want to list only the objects in a bucket that aren't buckets themselves. Is there a way of doing this short of parsing out the results of ListBucket? 回答1: objects in a bucket that aren't buckets themselves Buckets can't contain other buckets. Do you mean folders? S3 doesn't have a concept of folders either. You can have 100 buckets per S3 account and each bucket can contain an unlimited number of objects/files. If you name your files with / 's in the filename, the AWS GUI tools (eg AWS