Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
16 lines
576 B
Diff
16 lines
576 B
Diff
diff --git a/aioboto3/session.py b/aioboto3/session.py
|
|
index b6c2129..c97eaaf 100644
|
|
--- a/aioboto3/session.py
|
|
+++ b/aioboto3/session.py
|
|
@@ -79,7 +79,9 @@ class Session(boto3.session.Session):
|
|
|
|
if any(creds):
|
|
if self._account_id_set_without_credentials(
|
|
- aws_account_id, aws_access_key_id, aws_secret_access_key
|
|
+ aws_account_id=aws_account_id,
|
|
+ aws_access_key_id=aws_access_key_id,
|
|
+ aws_secret_access_key=aws_secret_access_key
|
|
):
|
|
raise NoCredentialsError()
|
|
|