[erlang-questions] question about erlaws
ssroy
ssroy1979@REDACTED
Sun Mar 8 05:51:21 CET 2009
I think I have figured out a solution for this. Having bucket names
with upper case letters causes the SignatureDoesNotmatch error while
doing a list_contents.
I dont know why it is so, but I was able to get rid of these errors
by using bucket names with lowe r case errors.
On Mar 7, 5:45 pm, Salonee Sinha Roy <ssroy1...@REDACTED> wrote:
> 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.
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questi...@REDACTED://www.erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list