OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boto_lifecycle
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_lifecycle.py
66
boto_lifecycle
= LifecycleTranslation.BotoLifecycleFromMessage(entries_list)
68
boto_lifecycle
)
/external/chromium-trace/catapult/third_party/gsutil/gslib/
translation_helper.py
450
boto_lifecycle
= boto.gs.lifecycle.LifecycleConfig()
470
boto_lifecycle
.append(boto_rule)
471
return
boto_lifecycle
474
def BotoLifecycleToMessage(cls,
boto_lifecycle
):
477
if
boto_lifecycle
:
479
for boto_rule in
boto_lifecycle
:
[
all
...]
boto_translation.py
255
boto_lifecycle
= LifecycleTranslation.BotoLifecycleFromMessage(
257
bucket_uri.configure_lifecycle(
boto_lifecycle
, False)
[
all
...]
Completed in 1016 milliseconds