It would be useful to be able to disable SSL for the purpose of mocking S3 connections in development environments, as as with https://github.com/jubos/fake-s3 and similar libraries.

The attached patch adds a variable to support this. There is no UI for the option, as it's unsafe for general use and should probably not be surfaced.

CommentFileSizeAuthor
amazons3_ssl_disable_option.patch856 bytesbeeradb
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

deviantintegral’s picture

Status: Needs review » Needs work

I'm pretty close to dropping support from the 1.x branch of the module given that SDK is now two major versions old. If you want commit rights I'm happy to add you.

This looks good to me, though we'd probably want to document this in the README as well.