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

OIC - Managing Integration Limits in Oracle Integration Cloud (OIC) Using Projects and Shared Connections

Working... Use Case: In Oracle Integration Cloud (OIC), you may encounter limits like : 100 Integrations per project 50 Connections per ...