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
I noticed that creating a new profile and adding the access key, secret key, region and output format is not enough to get awspx to work in AWS GovCloud. You actually have to enter the region flag to get it to work. This looks like a bug because this is not required if ingesting data from AWS Public cloud.
How it works with AWS Public Cloud:
awspx ingest --profile Bob
How it works with AWS GovCloud:
awspx ingest --profile Bob --region us-gov-west-1
The text was updated successfully, but these errors were encountered:
ikspozd
changed the title
Region Flag required to use with AWS GovCloud
Region Flag required to work with AWS GovCloud
Jul 1, 2022
Fennerr
added a commit
to Fennerr/awspx
that referenced
this issue
Oct 4, 2022
Hello,
I noticed that creating a new profile and adding the access key, secret key, region and output format is not enough to get awspx to work in AWS GovCloud. You actually have to enter the region flag to get it to work. This looks like a bug because this is not required if ingesting data from AWS Public cloud.
How it works with AWS Public Cloud:
awspx ingest --profile Bob
How it works with AWS GovCloud:
awspx ingest --profile Bob --region us-gov-west-1
The text was updated successfully, but these errors were encountered: