LoginSignup
0
0

よく使うAWS CLI

Last updated at Posted at 2024-05-16

権限設定

$ aws configure --profile {example-profile}

S3 一括ファイルダウンロード

$ aws s3 cp s3://{example-bucket}/ ./dist --recursive --profile {example-profile}

S3 一括ファイル同期アップロード

$ aws s3 sync ./dist s3://{example-bucket}/ --exact-timestamps --delete --profile {example-profile}

オプション

--dryrun (空実行)
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0