You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section describes how to create the signature. The method described in
the following procedure is known as signature version 2, and uses the
HMAC-SHA256 signing method.
The text was updated successfully, but these errors were encountered:
With this:
I get
but the exact same credentials work well with the
Aws_ec2
module.And with AWS-CLI:
aws sdb create-domain --domain-name smondet-test0
also works.Aws.sign_request
seems to be using “Version 4” of the protocol.
And issue
aws/aws-sdk-cpp#372
says that SDB is using “Version 2”?
And this doc
http://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/HMACAuth.html
seems to confirm:
The text was updated successfully, but these errors were encountered: