Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/auth/
Dtest_sigv4.py30 from boto.auth import detect_potential_s3sigv4
504 @detect_potential_s3sigv4
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dconnection.py30 from boto.auth import detect_potential_s3sigv4
199 @detect_potential_s3sigv4
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dauth.py1023 def detect_potential_s3sigv4(func): function