-
Hello,
i am having trouble with signature of aws canonical request, using your util
i am trying to make a post call for the iot endpoint
https://**-ats.iot.us-east-1.amazonaws.com/topics/test?qos…
-
**Is your feature request related to a problem? Please describe.**
I would like to connect my OpenSearch Dashboards (2.11.1, hosted in AWS ECS using my own container image based on the main dashboa…
-
Currently the SDK is not able to do SigV4 signing of streaming request bodies for async clients.
-
### Current State
The only authentication option is to use an api_key. When attempting to send events to AWS API Gateway with IAM authentication, all requests must be signed using SigV4.
### Pro…
-
### Is your feature request related to a problem?
Official AWS SDK has a size of 37 MB and AsyncAWS only 1,4 MB
### What solution would you like?
Allow to use also the SigV4 logic from AsyncAWS…
-
Currently there is no way to use `sigv4` unless the `host` parameter is passed to `S3Connection`. This means there is no way to use `sigv4` without modifying the calling code.
To use deja-dup with th…
-
I just realized this crate has a new release `v0.11` but when I tried to compile my existing code based on `v0.10.4`, it failed with
```rust
error[E0432]: unresolved imports `scratchstack_aws_signat…
-
I'm running an `aws-sigv4-proxy` sidecar along with [opencost.io](https://opencost.io) to proxy Prometheus metrics from an AMP workspace endpoint.
I've granted the `aws-sigv4-proxy` container an ob…
-
Hey Doug! I've got a quick draft of a SigV4 signer I drew up a while back using *ring*. I haven't really tested it end-to-end, but it might be useful to you!
```rust
use bytes::Bytes;
use ring::{…
-
This client does not provide any out-of-the-box functionality to sign requests to an ElasticSearch cluster (something that the v1 client does provide).
See also #203
At the very least, the offi…