You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This call requires host, region, and service to be provided. Since it uses botocore functionality, it should be able to capture region from the environment if not explicitly supplied. It does have to be override-able, but shouldn't be required by default.
Making region optional is a potentially breaking change, since the order would likely also change.
The text was updated successfully, but these errors were encountered:
Referencing this:
aws-requests-auth/aws_requests_auth/boto_utils.py
Line 34 in bd638ea
This call requires
host
,region
, andservice
to be provided. Since it usesbotocore
functionality, it should be able to captureregion
from the environment if not explicitly supplied. It does have to be override-able, but shouldn't be required by default.Making
region
optional is a potentially breaking change, since the order would likely also change.The text was updated successfully, but these errors were encountered: