Home
last modified time | relevance | path

Searched refs:create_signed_url (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudfront/
Dtest_signed_urls.py364 signed_url = self.dist.create_signed_url(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
Ddistribution.py508 def create_signed_url(self, url, keypair_id, member in Distribution