LoginSignup
3
5

More than 5 years have passed since last update.

[メモ]AWS CLIを使ってバケットのファイルを一括ダウンロード

Posted at

設定

$ brew install aws
$ aws configure
AWS Access Key ID [None]: {acesskey入れる}
AWS Secret Access Key [None]: {パスワード入れる}
Default region name [None]: ap-northeast-1
Default output format [None]:

実行

$ aws s3 cp s3://{バケット名}/ . --recursive
3
5
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
3
5