Closed (fixed)
Project:
Amazon S3
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Issue tags:
Reporter:
Created:
30 Sep 2009 at 09:44 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
andrewko commentedYou can remove the error message by disabling SSL for the module by changing line 88 of amazon_s3.module to:
$s3 = new S3($aws_access_key, $aws_secret_key,false);Obviously you'll loose out on the SSL encryption by changing this.
Comment #2
tom friedhof commentedHere is a patch that adds a new setting to the settings page with your access credentials that allows you to disable SSL through the admin settings.
I also rewrote the the settings form to use the system_settings_form submit handler and removed the custom submit handler.
Comment #3
torgospizzaCommitted to CVS, revision 1.1.2.1.