Amazon.lsp module

Q&A's, tips, howto's
Locked
hilti
Posts: 140
Joined: Sun Apr 19, 2009 10:09 pm
Location: Hannover, Germany
Contact:

Amazon.lsp module

Post 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
--()o Dragonfly web framework for newLISP
http://dragonfly.apptruck.de

Locked