Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个 shell 脚本来将 html 文件的网站树同步到 s3。
我想将任何文件的元数据设置为不带 text/html 扩展名的文件。是否可以递归使用 s3cmd -m ?
-m 修饰符在将文件夹同步到存储桶时递归工作:
s3cmd sync -m text/html folder/ s3://bucket