Getting the sizes of Top level Directories in an AWS S3 Bucket with Boto3
I was recently asked to create a report showing the total files within the top level folders and all the subdirs under the folder in our S3 Buckets. S3 bucket ‘files’ are objects that will return a key that contains the path where the object is stored within the bucket…. Continue reading