📌  相关文章
📜  如何从 mac shell 将文件上传到 s3 存储桶 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:07.713000             🧑  作者: Mango

代码示例2
// If YOU WANT TO MAKE FILES AND FOLDERS Public
aws s3 sync . s3://dronervm --acl public-read --exclude "*.DS_Store"