How do you search an amazon s3 bucket?

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

    I faced the same problem. Searching in S3 should be much more easier than the current situation. That's why, I implemented this open source tool for searching in S3.

    SSEARCH is full open source S3 search tool. It has been implemented always keeping mind that the performance is the critical factor and according to the benchmarks it searches the bucket which contains ~1000 files within seconds.

    Installation is simple. You only download docker-compose file and running it with

    docker-compose up
    

    SSEARCH will be started and you can search anything in any bucket you have.

提交回复
热议问题