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.
如何通过 boto 管理 S3 对象的生命周期?
我在API 文档中找不到与该主题相关的任何内容。
S3 生命周期 API 才刚刚发布一个月,在您发布此问题之前,代码甚至都没有添加到 boto。代码现在在那里,如果你抓住它,你可以在代码上运行 pydoc 并查看文档:
% git clone https://github.com/boto/boto.git % cd boto/boto % pydoc -w ./ % open s3.lifecycle.html