How do you search an amazon s3 bucket?

后端 未结 21 2330
渐次进展
渐次进展 2020-11-30 18:00

I have a bucket with thousands of files in it. How can I search the bucket? Is there a tool you can recommend?

21条回答
  •  旧巷少年郎
    2020-11-30 18:07

    Take a look at this documentation: http://docs.aws.amazon.com/AWSSDKforPHP/latest/index.html#m=amazons3/get_object_list

    You can use a Perl-Compatible Regular Expression (PCRE) to filter the names.

提交回复
热议问题