Count total objects in S3 bucket
There are several ways to count the objects in S3 bucket. But, there is deficiency regarding the API calls which has its own price. So here are some ways that I usually do to count the objects. 1. By using aws cli I know this is the programmatical...
Aug 30, 20221 min read70