Replies: 1 comment 1 reply
-
It looks like your request has signed headers I think your curl client needs to provide the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting an issue related with PUT preseigned url with metadata.
I mean, my related code is:
As you can see, it's a really straightforward code in order to see how to generated a PUT preseigned url works.
This code works, I mean, it generates an url and it's sent to client.
However, when I'm trying to use it, I'm getting:
Complete response is:
My curl command to upload my file is:
I've tried to create a PUT presigned url without any metadata. Then the presigned url PUT action works.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions