Aws S3 Filter by Tags. Search by tags

前端 未结 6 1636
北海茫月
北海茫月 2021-02-05 02:12

We have our bucket with new Aws SDK API on AWS S3. We uploaded and tagged lots of files and folders with tags.

How can we filter on key-value tag, or only one of them?

6条回答
  •  我在风中等你
    2021-02-05 03:07

    You should be able to query tags and values that you added using resource-groups/query resource:

    https://${region}.console.aws.amazon.com/resource-groups/resources
    

提交回复
热议问题