Hi All<br>I have erlaws code which is as follows<br><br>inets:start().<br>crypto:start().<br>S3=erlaws_s3:new(Aws_Key,Aws_secret_key,false),<br>S3:list_buckets(),<br>S3:list_contents("BucketName").<br><br>The call to list_contents returns the following error<br>
<br>{error,{"SignatureDoesNotMatch",<br>        "The request signature we calculated does not match the signature you provided. Check your key and signing method.",<br>        "18AB3FF73AAFEECB"}}<br>
<br>I also tried called S3:delete_bucket(BucketName) and I get the same error. <br><br>Could someone help me with this. Any help would be appreciated.<br>