Home
last modified time | relevance | path

Searched refs:target_prefix (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dlogging.py177 target_prefix = None
182 target_prefix = opt_arg
200 logObjectPrefix=target_prefix or url.bucket_name)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
Dtest_bucket.py118 target_prefix = u"jp/ログ/"
125 sb.enable_logging(target_bucket, target_prefix=target_prefix, grants=[authr])
129 self.assertEqual(bls.prefix, target_prefix)
Dtest_connection.py50 bucket.enable_logging(target_bucket=logging_bucket, target_prefix=bucket.name)
Dmock_storage_service.py483 def enable_logging(self, target_bucket, target_prefix, validate=NOT_IMPL, argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
Dbucket.py746 def enable_logging(self, target_bucket, target_prefix=None, headers=None): argument
762 if target_prefix:
764 '<LogObjectPrefix>%s</LogObjectPrefix>' % target_prefix)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/devpay/
Dtest_s3.py51 …bucket.enable_logging(target_bucket=logging_bucket, target_prefix=bucket.name, headers=DEVPAY_HEAD…
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dstorage_uri.py717 def enable_logging(self, target_bucket, target_prefix=None, validate=False, argument
721 bucket.enable_logging(target_bucket, target_prefix, headers=headers)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dbucket.py1171 def enable_logging(self, target_bucket, target_prefix='', argument
1192 blogging = BucketLogging(target=target_bucket, prefix=target_prefix,