Thursday, February 24, 2022

Count Number of files in AWS s3 bucket location using EC2 command

Command: 

aws s3 ls s3://bucket_name/directory_path/ -- recursive | wc - l

No comments:

Post a Comment

Featured Post

Microsoft Excel - working with excel's lookup function

 Working... 📘 Working with Excel Lookup Functions 🔹 Microsoft Excel VLOOKUP() Function VLOOKUP always searches in the first (leftmost) c...