AWS CLI フォルダごとダウンロードする

カレントディレクトリにDirectoryNameの内容を全てコピーする

aws s3 cp s3://BucketName/DirectoryName/ ./ --recursive  --profile hoge