How to get the size of an S3 bucket in AWS?
How to get the size of an S3 bucket in AWS? Hello Everyone Welcome to CloudAffaire and this is Debjeet. There are multiple ways to get the total size of an S3 bucket. You can get the size of the object recursively and sum all the object's sizes to get the total disk space used by your S3 bucket. But if your bucket is having millions or perhaps billions of objects then this becomes…