How to use signed URL for kinesis-video-signaling get-ice-server-config API? #1160
-
I need a rust version function for this typescript fuction: How to implemented such code by aws-sdk-rust? |
Beta Was this translation helpful? Give feedback.
Answered by
ysaito1001
Jun 5, 2024
Replies: 1 comment 6 replies
-
We don't have a Rust equivalent of the "Amazon Kinesis Video Streams with WebRTC" high-level library. You can submit a feature request for it but I don't expect we'll get to it any time soon. In the meantime, if you'd like to take a look at our sigv4 signing code, it can be found here. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Admittedly, the signing API is not ergonomic today, but nevertheless you can also find an example here. Since the link above shows a function that creates a URL with query params, you probably want to have a SigningSettings with a field
signature_location
set toSignatureLocation::QueryParams
.