📌  相关文章
📜  使用 shell 上传到 s3 时忽略 .DS_store - Shell-Bash 代码示例

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

代码示例1
aws s3 sync . s3://YOUR_BUCKET_NAME --acl public-read --exclude "*.DS_Store"