Hi guys,
I’m close to hitting my storage limit on my VPS, and it’s such a good price that I don’t want to move my actual hosting anywhere. What I do want to be able to do is use S3 to host my /uploads/ folder and save storage space on my VPS.
I read a thread from over a year ago that states that GeoDirectory isn’t compatible with this plugin: https://wordpress.org/plugins/amazon-s3-and-cloudfront/ Has that changed? And, what would it take to make GD compatible? I imagine I could force the existing images to load from S3 by search/replacing the existing image URLs with the Amazon link, but that doesn’t help with new image uploads.
What can we do here? I found this guy’s script that may be of use in some way: https://gist.github.com/TJNevis/8df059e8ba6d9cf28a01
Thanks.