We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f65ce commit 6200733Copy full SHA for 6200733
oras/auth/ecr.py
@@ -54,7 +54,7 @@ def authenticate_request(
54
logger.warning(f"realm: {h.realm} did not match expected pattern.")
55
return super().request_token(h)
56
region = m.group("region")
57
- try: # avoid mandatory requirement on `boto3`
+ try: # avoid mandatory requirement on `boto3`
58
import boto3
59
except ImportError as e:
60
msg = """the `boto3` dependency is required to support authentication to this registry.
0 commit comments