AWS S3 CLI Count Objets
aws s3 ls s3://YOUR_BUCKET/folder/ --recursive --human-readable --summarize
notorious
aws s3 ls s3://YOUR_BUCKET/folder/ --recursive --human-readable --summarize
aws s3 ls s3://bucketName/path/ --recursive --summarize | grep "Total Objects:"
Total Objects: 194273
aws s3 ls s3://mybucket/ --recursive | wc -l