How can I tell how many objects I've stored in an S3 bucket?

后端 未结 29 3685
逝去的感伤
逝去的感伤 2020-12-02 04:45

Unless I\'m missing something, it seems that none of the APIs I\'ve looked at will tell you how many objects are in an /. Is ther

29条回答
  •  执笔经年
    2020-12-02 05:10

    As of November 18, 2020 there is now an easier way to get this information without taxing your API requests:

    AWS S3 Storage Lens

    The default, built-in, free dashboard allows you to see the count for all buckets, or individual buckets under the "Buckets" tab. There are many drop downs to filter and sort almost any reasonable metric you would look for.

提交回复
热议问题