newLISP Fan Club

Forum => newLISP in the real world => Topic started by: hilti on August 27, 2012, 11:40:12 AM

Title: Amazon.lsp module
Post by: hilti on August 27, 2012, 11:40:12 AM
Hi!



Does anyone successfully used the amazon.lsp library? I get an error when trying to list all my S3 buckets with


(amazon:list-all-buckets 1000)

The error  code is



ERR: server code 400: HTTP/1.1 400 Bad Request
<Error><Code>InvalidArgument</Code><Message>AWS authorization header is invalid.  Expected AwsAccessKeyId:signature</Message>


Any help is appreciated.



- Marc