Searched refs:lifecycle_config (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/ |
D | test_basic.py | 414 lifecycle_config = LifecycleConfig() 415 lifecycle_config.add_rule('Delete', None, LIFECYCLE_CONDITIONS) 416 bucket.configure_lifecycle(lifecycle_config) 430 lifecycle_config = LifecycleConfig() 431 lifecycle_config.add_rule('Delete', None, LIFECYCLE_CONDITIONS) 432 uri.configure_lifecycle(lifecycle_config)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/ |
D | bucket.py | 964 lifecycle_config = LifecycleConfig() 965 h = handler.XmlHandler(lifecycle_config, self) 967 return lifecycle_config 972 def configure_lifecycle(self, lifecycle_config, headers=None): argument 980 xml = lifecycle_config.to_xml()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
D | storage_uri.py | 779 lifecycle_config = bucket.get_lifecycle_config(headers) 780 self.check_response(lifecycle_config, 'lifecycle', self.uri) 781 return lifecycle_config 783 def configure_lifecycle(self, lifecycle_config, validate=False, argument 788 bucket.configure_lifecycle(lifecycle_config, headers)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
D | bucket.py | 1339 def configure_lifecycle(self, lifecycle_config, headers=None): argument 1347 xml = lifecycle_config.to_xml()
|