[erlang-questions] question about erlaws

Salonee Sinha Roy ssroy1979@REDACTED
Sun Mar 8 02:45:39 CET 2009


Hi All
I have erlaws code which is as follows

inets:start().
crypto:start().
S3=erlaws_s3:new(Aws_Key,Aws_secret_key,false),
S3:list_buckets(),
S3:list_contents("BucketName").

The call to list_contents returns the following error

{error,{"SignatureDoesNotMatch",
        "The request signature we calculated does not match the signature
you provided. Check your key and signing method.",
        "18AB3FF73AAFEECB"}}

I also tried called S3:delete_bucket(BucketName) and I get the same error.

Could someone help me with this. Any help would be appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20090307/6d6db012/attachment.htm>


More information about the erlang-questions mailing list