Skip to content

Commit

Permalink
Update karton/core/backend.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Praszmo <[email protected]>
  • Loading branch information
yankovs and nazywam authored Jan 15, 2024
1 parent 67e5ecd commit 6f8ac5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karton/core/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def __init__(
aws_secret_access_key=secret_key,
)

def iam_auth_s3(self, endpoint: str):
def iam_auth_s3(self, endpoint: str) -> Optional[botocore.client.S3]:
boto_session = get_session()
iam_providers = [
ContainerProvider(),
Expand Down

0 comments on commit 6f8ac5c

Please sign in to comment.