Your cart is currently empty!
Tag: Amazon Web Services tutorial
Streamline Your S3 Management: How to Count Small Files Locally with Python
I recently came across a need to count objects in an S3 bucket that were of particular size. There isn’t a native way to do this within the S3 console so I decided to script it out using Python and the AWS SDK. You can see all of the code on my GitHub. The script…