aws s3 cp 見たいファイル -
でできる。
準備
$ echo 'wawawa' > test.txt $ aws s3 cp ./test.txt s3://my-bucket upload: .\test.txt to s3://my-bucket/test.txt
みる。
$ aws s3 cp s3://my-bucket/test.txt - wawawa
aws s3 cp 見たいファイル -
でできる。
準備
$ echo 'wawawa' > test.txt $ aws s3 cp ./test.txt s3://my-bucket upload: .\test.txt to s3://my-bucket/test.txt
みる。
$ aws s3 cp s3://my-bucket/test.txt - wawawa