Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serverless worker doesn't respect aws s3 region #34

Open
KubaBir opened this issue Jan 29, 2024 · 1 comment
Open

Serverless worker doesn't respect aws s3 region #34

KubaBir opened this issue Jan 29, 2024 · 1 comment

Comments

@KubaBir
Copy link

KubaBir commented Jan 29, 2024

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>

Did I set up the endpoint url incorrectly?

@robballantyne
Copy link
Member

No, this needs fixing. I use backblaze which doesn't have the same issue but I intend to properly support s3 regions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants