Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Parameter name in docstring doesn't match with actual parameter name In bucket.IAMConfiguration class  #149

@HemangChothani

Description

@HemangChothani

Docstring of IAMConfiguration:

:type uniform_bucket_level_locked_time: :class:`datetime.datetime`
:params uniform_bucket_level_locked_time:

Actual parameter name :

uniform_bucket_level_access_locked_time=_default,

In Docstring mentioned entries and variable is rule in lifecycle_rules property

def lifecycle_rules(self, rules):
"""Set lifestyle rules configured for this bucket.
See https://cloud.google.com/storage/docs/lifecycle and
https://cloud.google.com/storage/docs/json_api/v1/buckets
:type entries: list of dictionaries
:param entries: A sequence of mappings describing each lifecycle rule.

Metadata

Metadata

Labels

api: storageIssues related to the googleapis/python-storage API.type: cleanupAn internal cleanup or hygiene concern.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions