Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/auth/
Dtest_sigv4.py146 credential_scope = auth.credential_scope(request)
147 region_name = credential_scope.split('/')[1]
163 credential_scope = auth.credential_scope(request)
164 region_name = credential_scope.split('/')[1]
182 credential_scope = auth.credential_scope(request)
183 region_name = credential_scope.split('/')[1]
200 credential_scope = auth.credential_scope(request)
201 timestamp, region, service, v = credential_scope.split('/')
239 scope = auth.credential_scope(self.request)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dauth.py455 def credential_scope(self, http_request): member in HmacAuthV4Handler
480 sts.append(self.credential_scope(http_request))