Active
Project:
Amazon S3
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2011 at 16:40 UTC
Updated:
16 Dec 2011 at 23:23 UTC
When saving configuration for this module i get WSOD with:
Fatal error: Class 'AmazonS3' not found in...
i assume this is due to not having the required library. but i have tried installing awssdk module but it doesn't seem to explain how to actually install the sdk (safe to say this is where the missing class is?)
is there some way to get this class included into the mix here?
Comments
Comment #1
coderintherye commentedUnfortunately, due to drupal.org's hosting policies, the amazon s3 module just can't include the SDK, as it's under an Apache license, and d.o. requires a GPL http://aws.amazon.com/sdkforphp/faqs/#11
You can see what licenses are allowed here: http://drupal.org/project/drupalorg_whitelist
Maybe though this module could integrate with the library module to make the process easier/not result in WSOD.