In the request I put "aws_endpoint_url": "https://s3.eu-central-1.amazonaws.com", but the output image link gives an error:
<Error>
<Code>AuthorizationQueryParametersError</Code>
<Message>Error parsing the X-Amz-Credential parameter; the region 'us-east-1' is wrong; expecting 'eu-central-1'</Message>
<Region>eu-central-1</Region>
<RequestId>9G9706QZWPMWC3ZY</RequestId>
<HostId>XWklCWgRIqcY8Xl7S7aSwZtXi97/KZfWUW6bJLfafVU3K9/tjmtVidH3SktNlz6ZmHxcVjIBQAQ=</HostId>
</Error>
In the request I put
"aws_endpoint_url": "https://s3.eu-central-1.amazonaws.com"
, but the output image link gives an error:Did I set up the endpoint url incorrectly?