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.
我正在使用 FileOutputWriter 将文件写入要压缩的云存储。有没有办法使用 Cloud Storage API 压缩文件?看起来 gsutil 命令行实用程序允许您执行此操作,但我还没有遇到在 python 中执行此操作的方法。
您可以使用包含的 python zipfile 库:
http://docs.python.org/2/library/zipfile