Back
How does one manage an S3 object's lifecycle through boto?
I can't find anything related to that subject in the API documentation.
You can run pydoc on the code and look at the documentation:
% git clone https://github.com/boto/boto.git% cd boto/boto% pydoc -w ./% open s3.lifecycle.html
% git clone https://github.com/boto/boto.git
% cd boto/boto
% pydoc -w ./
% open s3.lifecycle.html
Want more insights on AWS, Check out AWS Certification!
Learn how we helped 50,000+ professionals like you !
31k questions
32.8k answers
501 comments
693 users