cat s3 object using CLI without download
AWS/AWS Command Line Interface
- outline
We can NOT check objects on S3 bucket S3 without downloading. Below is simple trick of checking object on S3 bucket.
- how-to-check
aws s3 cp --quiet s3://<bucket-name>/foo_bar.txt /dev/stdout