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

11g to 12c OSB projects migration points

1. Export 11g OSB code and import in 12c Jdeveloper. Steps to import OSB project in Jdeveloper:   File⇾Import⇾Service Bus Resources⇾ Se...