Skip to content
New issue

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

SDB Requires Version2 request signature process #74

Closed
tmcgilchrist opened this issue Feb 6, 2020 · 2 comments
Closed

SDB Requires Version2 request signature process #74

tmcgilchrist opened this issue Feb 6, 2020 · 2 comments

Comments

@tmcgilchrist
Copy link
Collaborator

tmcgilchrist commented Feb 6, 2020

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

@tmcgilchrist tmcgilchrist changed the title SDB Requires different request signature process SDB Requires Version2 request signature process Feb 6, 2020
@tmcgilchrist
Copy link
Collaborator Author

Duplicate of #26

@tmcgilchrist tmcgilchrist marked this as a duplicate of #26 Feb 6, 2020
@tmcgilchrist
Copy link
Collaborator Author

Done and released on opam https://opam.ocaml.org/packages/aws-sdb/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant