• This works great if you only need images uploaded to s3 from your pages, posts or generic media library. The plugin only sends files to s3 that are uploaded to wp-content/uploads/YYYY/MM.

    Many media related plugins create their own directories inside of the wp-content/uploads directory and this plugin does not support the ability to send those files to S3.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Brad Touesnard

    (@bradt)

    Actually, it will upload anything to S3 that executes the ‘wp_update_attachment_metadata’ action in WordPress. So if a plugin uses the WordPress core functions to handle the upload, it should upload the files to S3. Some plugins handle uploads themselves without leveraging the WordPress core functions and in that case it doesn’t work. We will will be making it possible for other plugins to hook in and trigger the upload to S3 themselves.

Viewing 1 replies (of 1 total)
  • The topic ‘Works, with frustrating limitations’ is closed to new replies.