s3 파일 다운로드 없이 CLI로 간단히 보는 방법
2022. 10. 12. 16:31ㆍAWS/AWS Command Line Interface
728x90
SMALL
- 개요
S3에 있는 object는 download를 하지 않으면 내용을 볼 수가 없다. 아래는 S3 object를 download 없이 간단히 확인할 수 있는 방법이다.
- 확인 방법
aws s3 cp --quiet s3://<bucket-name>/foo_bar.txt /dev/stdout
728x90
LIST
'AWS > AWS Command Line Interface' 카테고리의 다른 글
AWS CLI output table as multi columns (0) | 2023.10.10 |
---|---|
AWS CLI cheat sheet (0) | 2023.10.10 |
파일에서 aws access key와 secret key 추출 (0) | 2022.12.14 |
AWS Cli under ipv6 (0) | 2022.11.23 |
aws cli error (An error occurred (AuthFailure) when calling the DescribeInstances operation: AWS was not able to validate the provided access credentials) (0) | 2022.10.06 |