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
When deploying the api-gw in il-central-1 I am getting : download failed: s3://akeylessservices/services/akeyless-api-proxy/release/3.60.0/artifacts/akeyless-api-proxy.tar.gz to ./akeyless-api-proxy.tar.gz An error occurred (IllegalLocationConstraintException) when calling the GetObject operation: The us-east-2 location constraint is incompatible for the region specific endpoint this request was sent to.
Unless I set AWS_REGION to any other region .
➜ psifas-terraform-main git:(add-atlantis-api-secret) ✗ aws s3 cp s3://akeylessservices/services/akeyless-api-proxy/release/3.60.0/artifacts/akeyless-api-proxy.tar.gz /tmp/aaabbb --region il-central-1
download failed: s3://akeylessservices/services/akeyless-api-proxy/release/3.60.0/artifacts/akeyless-api-proxy.tar.gz to ../../../../../../tmp/aaabbb An error occurred (IllegalLocationConstraintException) when calling the GetObject operation: The us-east-2 location constraint is incompatible for the region specific endpoint this request was sent to.
➜ psifas-terraform-main git:(add-atlantis-api-secret) ✗ aws s3 cp s3://akeylessservices/services/akeyless-api-proxy/release/3.60.0/artifacts/akeyless-api-proxy.tar.gz /tmp/aaabbb --region eu-west-1
Completed 93.4 MiB/99.1 MiB (8.0 MiB/s) with 1 file(s) remaining
The text was updated successfully, but these errors were encountered:
When deploying the api-gw in il-central-1 I am getting :
download failed: s3://akeylessservices/services/akeyless-api-proxy/release/3.60.0/artifacts/akeyless-api-proxy.tar.gz to ./akeyless-api-proxy.tar.gz An error occurred (IllegalLocationConstraintException) when calling the GetObject operation: The us-east-2 location constraint is incompatible for the region specific endpoint this request was sent to.
Unless I set AWS_REGION to any other region .
The text was updated successfully, but these errors were encountered: