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
ClientError An error occurred (IllegalLocationConstraintException) when calling the ListObjectsV2 operation: The ap-east-1 location constraint is incompatible for the region specific endpoint this request was sent to
#801
Open
alucard001 opened this issue
Jul 11, 2023
· 0 comments
ClientError An error occurred (IllegalLocationConstraintException) when calling the ListObjectsV2 operation: The ap-east-1 location constraint is incompatible for the region specific endpoint this request was sent to
To Reproduce
Steps to reproduce the behavior:
Docker command: docker run --rm --mount type=bind,src=/my-source/cloudformation,target=/root --workdir /root taskcat/taskcat taskcat test run
Within /my-source/cloudformation, directories are listed below:
version 0.9.39
Not in terminal, reprint now using normal build-in print function.
[INFO ] : Linting passed for file: /root/cf-OpenSearchServer.yml
[WARN ] : No stacks were created... skipping cleanup.
[ERROR ] : ClientError An error occurred (IllegalLocationConstraintException) when calling the ListObjectsV2 operation: The ap-east-1 location constraint is incompatible for the region specific endpoint this request was sent to.
**Version (Please make sure you are running the latest version of taskcat)
version 0.9.39
Note: Python Version (python3 required)
Additional context
I've researched this problem but not sure how to fix this. Here are the references:
Describe the bug
Got an error with message below:
ClientError An error occurred (IllegalLocationConstraintException) when calling the ListObjectsV2 operation: The ap-east-1 location constraint is incompatible for the region specific endpoint this request was sent to
To Reproduce
Steps to reproduce the behavior:
Docker command:
docker run --rm --mount type=bind,src=/my-source/cloudformation,target=/root --workdir /root taskcat/taskcat taskcat test run
Within
/my-source/cloudformation
, directories are listed below:/root/.aws/configure
/root/.aws/config
/root/.taskcat.yml
Result Output:
**Version (Please make sure you are running the latest version of taskcat)
Note: Python Version (python3 required)
Additional context
I've researched this problem but not sure how to fix this. Here are the references:
Please help. Thank you very much in advance for your help.
The text was updated successfully, but these errors were encountered: