Skip to content

Commit

Permalink
Merge pull request #53 from alertlogic/init_residency_fix
Browse files Browse the repository at this point in the history
Fixed to correctly initialize default residency
  • Loading branch information
ptrakhtman authored Jul 15, 2020
2 parents d58f219 + d999962 commit 91a0445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion almdrlib/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Session():
def __init__(
self, access_key_id=None, secret_key=None, aims_token=None,
account_id=None, profile=None, global_endpoint=None,
residency="us", raise_for_status=True):
residency="default", raise_for_status=True):
"""
:param region: a Region object
:param access_key_id: your Alert Logic ActiveWatchaccess_key_id
Expand Down

0 comments on commit 91a0445

Please sign in to comment.