• 1. Are non-media directories in wp-content folder stored on s3?

    For example, if I have a directory wp-content/non-media-uploads/ , will this be saved?

    2. Is it possible to exclude certain directories in wp-content folder from getting uploaded?

Viewing 1 replies (of 1 total)
  • Plugin Contributor ianmjones

    (@ianmjones)

    1. Are non-media directories in wp-content folder stored on s3?

    For example, if I have a directory wp-content/non-media-uploads/ , will this be saved?

    No, WP Offload S3 only works with properly registered Media Library entries.

    2. Is it possible to exclude certain directories in wp-content folder from getting uploaded?

    Yes, check out the as3cf_pre_update_attachment_metadata filter in the Tweaks plugin, you could use the attachment metadata in $data to decide on whether you want the file uploaded to S3 or not.

    • This reply was modified 6 years, 10 months ago by ianmjones. Reason: fix link
    • This reply was modified 6 years, 10 months ago by ianmjones.
Viewing 1 replies (of 1 total)
  • The topic ‘Are non-media directories in wp-content folder stored on s3?’ is closed to new replies.