AWS_DEFAULT_REGION=ap-northeast-1 \
AWS_ACCESS_KEY_ID=xxx \
AWS_SECRET_ACCESS_KEY=xxx \
aws s3 cp data.zip s3://my-test-bucket
~/.aws
がない一時テストサーバーでよくやる。
history ファイルに情報が残るので、それを理解の上で使う。
参考:
Go to list of users who liked
AWS_DEFAULT_REGION=ap-northeast-1 \
AWS_ACCESS_KEY_ID=xxx \
AWS_SECRET_ACCESS_KEY=xxx \
aws s3 cp data.zip s3://my-test-bucket
~/.aws
がない一時テストサーバーでよくやる。
history ファイルに情報が残るので、それを理解の上で使う。
参考:
Register as a new user and use Qiita more conveniently
Go to list of users who liked