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
If the AWS CLI is not configured with a region, the region validation portion of main.py will fail when attempting to get a list of valid AWS regions. Update the following line:
If the AWS CLI is not configured with a region, the region validation portion of main.py will fail when attempting to get a list of valid AWS regions. Update the following line:
flexible-snapshot-proxy/src/main.py
Line 348 in 8753431
To look like:
ec2 = boto3.client("ec2", region_name=region)
The text was updated successfully, but these errors were encountered: