LoginSignup
3
1

More than 5 years have passed since last update.

AWS CLI S3 ディレクトリを再帰的にダウンロードするコマンド

Posted at

AWS CLI S3 ディレクトリを再帰的にダウンロードするコマンド

注意点

s3://バケット名/ディレクトリ名/ 最後のスラッシュが必要

--recursive で再帰指定が必要

$ aws s3 cp s3://バケット名/ディレクトリ名/ . --recursive

(メモ)IDCFオブジェクトストレージの場合

$ aws --endpoint-url https://ds.jp-east.idcfcloud.com s3 cp s3://バケット名/ディレクトリ名/ . --recursive
3
1
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
1