-
### 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 …
-
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 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…
-
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…
-
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…
-
### Feature Description
S3's API supports signing the content-length and content-length-range headers https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTConstructPolicy.html
### Problem…
-
**Describe the bug**
Requests with "connection" header are rejected by API Gateway HTTP API with IAM auth.
**To Reproduce**
* Create an HTTP API in API Gateway (e.g. [`aws apigatewayv2 create…
-
### Describe the bug
When using @aws-sdk/signature-v4-crt it is getting an error that AWS CRT binary not present in any of the following locations:
I have verified the aws-crt package is present a…
-
Is it possible to create a signed request? With sigv4?
-
In a layman’s perspective, let’s break this down with an analogy:
---
Origin Access Identity (OAI):
Think of this as giving someone a key to your house (S3 bucket). When you use OAI:
You’re telli…