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.
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.
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
.