-
AWS SES is deprecating those 2 signing methods for authentication. The only method supported in the future will be signature v4.
-
I am able to run tts-cli successfully if I explicitly specify an AWS access-key and secret-key on the command line. But if I put those same values in the [default] section of a ~/.aws/credentials fil…
-
### Terraform Core Version
1.4.4
### AWS Provider Version
4.67.0
### Affected Resource(s)
* aws_glue_schema
### Expected Behavior
When an update to the `schema_definition` argumen…
-
I really have no idea what's causing this, but, Amazon is rejecting the signatures produced by `Net::Amazon::Signature::V4` for my requests using this module. I'm not sure where the fault lies -- is i…
-
I'm getting `AWS Error - SignatureDoesNotMatch: The request signature we calculated does not match the signature you provided. Check your key and signing method.` when using the publish button in the …
-
Hi, whenever i try to upload through the admin interface i get stuck posting to get aws v4 signature over and over again, any ideas ?
-
I've attempted to use server-side encryption on an object and it appears that s3cmd isn't providing a v4 signature when creating a signed url. AWS complains with "Requests specifying Server Side Encry…
-
I am trying to call an AWS Lambda from Apigee. I can make the call from Postman successfully, so I know that the URL, and credentials are correct.
I have the following configuration in Apigee
```…
-
### Checkboxes for prior research
- [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJav…
-
I have implemented an auth method called workload identity federation in the gargle R package, which handles various matters related to calling Google APIs. Specifically, I have implemented this flow…