We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html where Simple DB (SDB) is the only service that doesn't support the newer V4 signing process.
Need to implement the V2 signing process and only apply it to SDB service calls.
Minimal test showing a failing SDB request here https://github.com/tmcgilchrist/ocaml-aws/tree/topic/sdb_test
The text was updated successfully, but these errors were encountered:
Duplicate of #26
Sorry, something went wrong.
Done and released on opam https://opam.ocaml.org/packages/aws-sdb/
No branches or pull requests
See https://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html where Simple DB (SDB) is the only service that doesn't support the newer V4 signing process.
Need to implement the V2 signing process and only apply it to SDB service calls.
Minimal test showing a failing SDB request here https://github.com/tmcgilchrist/ocaml-aws/tree/topic/sdb_test
The text was updated successfully, but these errors were encountered: