In this article, we explore 7 useful AWS CLI commands for managing S3 buckets, including checking bucket size, listing objects with specific extensions, finding the largest files, listing objects from a specific date, listing objects with a specific ...
blog.alexkates.dev3 min read
Nice, I was hoping for more AWS CLI tricks than grep or awk uses. --recursive listing of objects in S3 can get pretty expensive if the bucket is decently sized 💸
samuel Ifeadike
Great!