当前位置: 首页 > 工具软件 > bash-my-aws > 使用案例 >

AWS EC2/S3命令记录

孔琪
2023-12-01

从EC2拷贝整个文件夹到S3:

 aws s3 cp local_path s3://bucket_name --recursive

拷贝单个文件:

aws s3 cp localpath s3://bucket/path

 类似资料: