Home
last modified time | relevance | path

Searched refs:RedirectLocation (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
Dtest_website.py28 from boto.s3.website import RedirectLocation
66 location = RedirectLocation(hostname='example.com')
74 location = RedirectLocation(hostname='example.com', protocol='https')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dwebsite.py117 class RedirectLocation(_XMLKeyValue): class
133 super(RedirectLocation, self).__init__(self.TRANSLATOR)
137 super(RedirectLocation, self).to_xml())
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
Dtest_bucket.py42 from boto.s3.website import RedirectLocation
188 redirect_all_requests_to=RedirectLocation('example.com'))
197 redirect_all_requests_to=RedirectLocation('example.com', 'https'))