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

coderintherye’s picture

Unfortunately, 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.