Page 1 of 1

Amazon.lsp module

Posted: Mon Aug 27, 2012 6:40 pm
by hilti
Hi!

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

Code: Select all

(amazon:list-all-buckets 1000)
The error code is

Code: Select all

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