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?

Comments

toemaz’s picture

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?

yngens’s picture

subscribing. interested in using this module

toemaz’s picture

yngens’s picture

Thanks Thomas. Can you please take a look at: #860950: How to make filefield to store in Amazon S3?, 'coz it is not obvious for me how to use Creeper?

davisben’s picture

Version: » 6.x-1.x-dev
Issue summary: View changes
Status: Active » Closed (outdated)