Home
last modified time | relevance | path

Searched refs:connect_s3 (Results 1 – 14 of 14) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dlss386 list_buckets(boto.connect_s3(), options.tags)
104 s3 = boto.connect_s3(calling_format=OrdinaryCallingFormat())
106 s3 = boto.connect_s3()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/
Dbigmessage.py90 s3_conn = boto.connect_s3()
100 s3_conn = boto.connect_s3()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
Dtest_pool.py62 s3 = boto.connect_s3()
198 s3 = boto.connect_s3()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/storage_uri/
Dtest_storage_uri.py61 alt_conn = boto.connect_s3(host='s3-us-west-2.amazonaws.com')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/cloudtrail/
Dtest_cloudtrail.py57 s3 = boto.connect_s3()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sqs/
Dtest_bigmessage.py52 s3 = boto.connect_s3()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dlaunch_ami.py136 c = boto.connect_s3()
Dcopybot.py37 s3 = boto.connect_s3()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/elastictranscoder/
Dtest_layer1.py36 self.s3 = boto.connect_s3()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/elb/
Dtest_connection.py48 self.s3 = boto.connect_s3()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/
Dxmlmanager.py273 self.s3 = boto.connect_s3(self.aws_access_key_id, self.aws_secret_access_key)
Dsdbmanager.py472 self.s3 = boto.connect_s3(self.db_user, self.db_passwd)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
D__init__.py129 def connect_s3(aws_access_key_id=None, aws_secret_access_key=None, **kwargs): function
Dutils.py515 c = boto.connect_s3(aws_access_key_id=username,