Boto3: Where is PutBucketLifecycleConfiguration

Created on 3 Jun 2016  路  3Comments  路  Source: boto/boto3

In the docs, under the S3 service object, there is the BucketLifecycle object. That object has a "put" method. The docs says:

"Deprecated, see the PutBucketLifecycleConfiguration operation."

I cannot find a reference to PutBucketLifecycleConfiguration anywhere else in the documentation. Even a grep of the code or a search on Github doesn't find a reference.

closing-soon question

All 3 comments

It is here. The reason that it is camel case as opposed to snake cased is because typically AWS operation names are camel cased so sometimes in the doc text, which we share with other SDKs will have operation names as camel cased. Thus, we usually we try to avoid having operation API names in the docs, but in this case I do not think we can avoid it.

Closing due to inactivity

This confused me, too. Docs refer to something that isn't found when i search the docs.

Was this page helpful?
0 / 5 - 0 ratings