Replies: 1 comment 2 replies
-
If the header becomes signed, you will need to include it in your request. It will not be hoisted onto the query string. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm trying to create the presigned url for kinesis signaling channel using "presign_url". I need to set the header of X-Amz-ChannelARN for the presigned url.
I modified the code mentioned here
But it is not working, the generated url contains something like this:X-Amz-SignedHeaders=host%3Bx-amz-channelarn
Has anyone met the similar issue before?
Thanks~
Beta Was this translation helpful? Give feedback.
All reactions