2017-08-28 71 views

回答

0

如果你只是想S3文件傳輸到EC2的本地目錄,你可以使用AWS CLI命令你的EC2如下:

aws s3 cp s3://<bucketname> <local directory> --recursive --include "*"