aws_s3 module not working out of the box
toemaz - June 30, 2008 - 10:23
| Project: | Amazon Web Services API |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I just tried to get the aws module up and running, together with the aws_s3 module.
First there was a patch which needed to be applied concerning the whitespace issue.
Second, the aws_s3 module is full of references to the aws_request function which doesn't seem to exist. Instead, I did find aws_restRequest in the aws module. Also the aws_ec2 modules uses aws_queryRequest.
Can you tell me how to get the aws_s3 module to work?

#1
In the aws_s3 module, I changed all aws_request functions to aws_restRequest. Amazon is returning an answer now, but it looks like the signature is not ok now (SignatureDoesNotMatch).
Does anyone successfully use (or did use) the aws_s3 module?