How do you search an amazon s3 bucket?

后端 未结 21 2329
渐次进展
渐次进展 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:15

    The way I did it is: I have thousands of files in s3. I saw the properties panel of one file in the list. You can see the URI of that file and I copy pasted that to the browser - it was a text file and it rendered nicely. Now I replaced the uuid in the url with the uuid that I had at hand and boom there the file is.

    I wish AWS had a better way to search a file, but this worked for me.

提交回复
热议问题