Home
last modified time | relevance | path

Searched refs:calling_format (Results 1 – 25 of 35) sorted by relevance

12

/dports/www/py-seafobj/seafobj-8.0.7-server/seafobj/backends/
H A Ds3.py28 calling_format=boto.s3.connection.OrdinaryCallingFormat()
30 calling_format=boto.s3.connection.SubdomainCallingFormat()
41 calling_format=calling_format)
44 calling_format=calling_format)
50 calling_format=calling_format)
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/s3/
H A Dconnection.py174 calling_format=DefaultCallingFormat, path='/', argument
180 if isinstance(calling_format, six.string_types):
181 calling_format=boto.utils.find_class(calling_format)()
182 self.calling_format = calling_format
365 path = self.calling_format.build_path_base(bucket, key)
366 auth_path = self.calling_format.build_auth_path(bucket, key)
401 auth_path = self.calling_format.build_auth_path(bucket, key)
416 self.calling_format.build_path_base(bucket, key)
442 return self.calling_format.build_url_base(self, protocol,
661 path = self.calling_format.build_path_base(bucket, key)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/s3/
H A Dconnection.py172 calling_format=DefaultCallingFormat, path='/', argument
183 if isinstance(calling_format, six.string_types):
184 calling_format=boto.utils.find_class(calling_format)()
185 self.calling_format = calling_format
361 path = self.calling_format.build_path_base(bucket, key)
362 auth_path = self.calling_format.build_auth_path(bucket, key)
397 auth_path = self.calling_format.build_auth_path(bucket, key)
412 self.calling_format.build_path_base(bucket, key)
438 return self.calling_format.build_url_base(self, protocol,
657 path = self.calling_format.build_path_base(bucket, key)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/s3/
H A Dconnection.py174 calling_format=DefaultCallingFormat, path='/', argument
180 if isinstance(calling_format, six.string_types):
181 calling_format=boto.utils.find_class(calling_format)()
182 self.calling_format = calling_format
374 path = self.calling_format.build_path_base(bucket, key)
375 auth_path = self.calling_format.build_auth_path(bucket, key)
410 auth_path = self.calling_format.build_auth_path(bucket, key)
425 self.calling_format.build_path_base(bucket, key)
451 return self.calling_format.build_url_base(self, protocol,
670 path = self.calling_format.build_path_base(bucket, key)
[all …]
/dports/devel/py-boto/boto-2.49.0/boto/s3/
H A Dconnection.py172 calling_format=DefaultCallingFormat, path='/', argument
183 if isinstance(calling_format, six.string_types):
184 calling_format=boto.utils.find_class(calling_format)()
185 self.calling_format = calling_format
361 path = self.calling_format.build_path_base(bucket, key)
362 auth_path = self.calling_format.build_auth_path(bucket, key)
397 auth_path = self.calling_format.build_auth_path(bucket, key)
412 self.calling_format.build_path_base(bucket, key)
438 return self.calling_format.build_url_base(self, protocol,
657 path = self.calling_format.build_path_base(bucket, key)
[all …]
/dports/sysutils/duplicity/duplicity-0.8.20/duplicity/backends/
H A D_boto_single.py71 calling_format = OrdinaryCallingFormat()
74 calling_format = None
78 calling_format = SubdomainCallingFormat()
88 calling_format = OrdinaryCallingFormat()
90 calling_format = None
106 if calling_format is None:
112 conn.calling_format = calling_format
/dports/net/p5-S3/s3-example-libraries/perl/
H A Ds3-test.pl50 my ($calling_format, $location) = @_;
52 $conn->set_calling_format($calling_format);
229 foreach my $calling_format ( qw/PATH SUBDOMAIN/ ) {
230 $generator->set_calling_format($calling_format);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/gs/
H A Dconnection.py42 calling_format=SubdomainCallingFormat(), path='/', argument
46 host, debug, https_connection_factory, calling_format, path,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/gs/
H A Dconnection.py41 calling_format=SubdomainCallingFormat(), path='/', argument
45 host, debug, https_connection_factory, calling_format, path,
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/gs/
H A Dconnection.py42 calling_format=SubdomainCallingFormat(), path='/', argument
46 host, debug, https_connection_factory, calling_format, path,
/dports/devel/py-boto/boto-2.49.0/boto/gs/
H A Dconnection.py41 calling_format=SubdomainCallingFormat(), path='/', argument
45 host, debug, https_connection_factory, calling_format, path,
/dports/devel/py-moto/moto-2.2.16/tests/test_s3bucket_path/
H A Dtest_s3bucket_path_combo.py8 return boto.connect_s3(key, secret, calling_format=OrdinaryCallingFormat())
/dports/net/p5-S3/s3-example-libraries/perl/S3/
H A DQueryStringAuthGenerator.pm52 my ($self, $calling_format) = @_;
53 $self->{CALLING_FORMAT} = $calling_format;
H A DAWSAuthConnection.pm47 my ($self, $calling_format) = @_;
48 $self->{CALLING_FORMAT} = $calling_format;
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/boto/boto/s3/
H A Dconnection.pyi50 calling_format: Any
66 calling_format: Any = ...,
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/boto/s3/
H A Dconnection.pyi49 calling_format: Any
52 ….., debug: int = ..., https_connection_factory: Optional[Any] = ..., calling_format: Any = ..., pa…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/bin/
H A Dlss3104 s3 = boto.connect_s3(calling_format=OrdinaryCallingFormat())
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/bin/
H A Dlss3104 s3 = boto.connect_s3(calling_format=OrdinaryCallingFormat())
/dports/devel/py-boto/boto-2.49.0/bin/
H A Dlss3104 s3 = boto.connect_s3(calling_format=OrdinaryCallingFormat())
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Ds3_logging.py158 …connection = boto.s3.connect_to_region(location, is_secure=True, calling_format=OrdinaryCallingFor…
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/
H A D__init__.py547 calling_format=OrdinaryCallingFormat(),
609 calling_format=OrdinaryCallingFormat(),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/
H A D__init__.py547 calling_format=OrdinaryCallingFormat(),
609 calling_format=OrdinaryCallingFormat(),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/
H A D__init__.py547 calling_format=OrdinaryCallingFormat(),
609 calling_format=OrdinaryCallingFormat(),
/dports/devel/py-boto/boto-2.49.0/boto/
H A D__init__.py547 calling_format=OrdinaryCallingFormat(),
609 calling_format=OrdinaryCallingFormat(),
/dports/devel/py-glance-store/glance_store-2.7.0/glance_store/_drivers/
H A Ds3.py450 calling_format = {'addressing_style': url_format}
454 config = boto_client.Config(s3=calling_format)

12