-
I am looking to connect this to an AWS AppSync API using [aws-sigv4-fetch](https://www.npmjs.com/package/aws-sigv4-fetch) as my custom fetcher. Is there a way to connect this to declare this as part o…
-
### Describe the feature
Many clients like `Aws::S3::Client` can be used without specifying credentials or credential provider and have a hierarchy in which they attempt to load credentials. This is …
-
Hi,
Our team has been working with Karma dashboard from a very long time.
Currently, we are moving to cloud setup, so we will be setting up our observability with Amazon Managed Prometheus.
We wou…
-
### What did you do?
Prometheus logs shows, that when the SigV4 token expires Prometheus doesn't gracefully handle this. The samples are dropped and not retried.
The meric `rate(prometheus_rem…
-
# sigV2
The sigv2 is deprecated. All bucket created after 2020-06-24 does not support sigv4 credential.
https://aws.amazon.com/blogs/aws/amazon-s3-update-sigv2-deprecation-period-extended-modified/
…
-
### Description
Hi,
I am having problems in using aws_sig4. What I am doing is,
1. Login via AWS cognito.
2. Get user credentials via final result = await cognitoPlugin.fetchAuthSession…
-
Is there any guidance on how to incorporate SIGV4 authentication with the connector?
-
Right now we special case `:headers` and `:params`. For example:
```elixir
Req.new(headers: [a: 1]) |> Req.merge(headers: [b: 2]) == Req.new(headers: [a: 1, b: 2])
```
Another one when this mi…
-
### What happened?
In grafana tempo helm-chart, at `metricsGenerator.config.storage.remote_write` ([helm-chart link](https://github.com/grafana/helm-charts/blob/main/charts/tempo-distributed/values.y…
-
### Describe the bug
When trying to put/get an s3 object with key=" " (single space character) the sdk returns the following error:
```
Unhandled(Unhandled { source: ConstructionFailure(Construct…