Searched refs:RedirectLocation (Results 1 – 3 of 3) sorted by relevance
28 from boto.s3.website import RedirectLocation66 location = RedirectLocation(hostname='example.com')74 location = RedirectLocation(hostname='example.com', protocol='https')
117 class RedirectLocation(_XMLKeyValue): class133 super(RedirectLocation, self).__init__(self.TRANSLATOR)137 super(RedirectLocation, self).to_xml())
42 from boto.s3.website import RedirectLocation188 redirect_all_requests_to=RedirectLocation('example.com'))197 redirect_all_requests_to=RedirectLocation('example.com', 'https'))