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 はわずか 1 か月で、この質問を投稿するまでコードは boto に追加されませんでした。ただし、コードは現在そこにあり、それを取得すると、コードで pydoc を実行してドキュメントを確認できます。
% git clone https://github.com/boto/boto.git % cd boto/boto % pydoc -w ./ % open s3.lifecycle.html