• Is there any logging with this plugin? It seems to have stopped uploading to Amazon S3, so I’m forced to deactivate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • maruleta

    (@maruleta)

    Hi! I’m having the same issue, ajax response is ok, but then I get a 404 when the media library tries to get the image from S3

    Plugin Contributor ianmjones

    (@ianmjones)

    The usual …

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);

    … in wp-config.php might help you debug the issue.

    You should see any problems logged to wp-content/debug.log

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images not being sent to S3’ is closed to new replies.