humanmade / S3-Uploads

The WordPress Plugin to Store Uploads on Amazon S3
1.95k stars 391 forks source link

Conflicts with multiple plugins and load balanced environment. #320

Open Rest-Less-Sara opened 5 years ago

Rest-Less-Sara commented 5 years ago

Let me start with explaining our setup.

We have a load balanced elastic beanstalk website, in production there are 3 EC2 instances running, on RDS instance and the uploads folder exists in S3. We use S3-Uploads.

Since moving to this we've seen a few issues. Using WP Migrate (Delicious Brains) has stopped working, this is because it assumes the uploads folder is on the local box. I think the same issue is happening with WP All Import (Soflyy).

I currently can't find an error logs but I'm pretty certain this is what's happening and I am a bit lost as how to fix this.

Has anyone else seen this issue? Have you managed to fix it?

Thanks,

Sara

devowhippit commented 5 years ago

We encountered the conflict with WP All Import and came up with a workaround mentioned in this issue; https://github.com/humanmade/S3-Uploads/issues/173#issuecomment-517428383