S3 Media Maestro conflict with W3 Total Cache
S3 Media Maestro both use the AWS SDK which may cause conflicts. However, you can create a constant that will disable the SDK for W3TC. Simply add the following to your functions.php file.
define( 'W3TC_SKIPLIB_AWS', true );