Hi group, so I am about to start a new droplet, but this time, I am looking for suggestions in regards to storage solutions.
I had a thought that I can just start a small $10 or $20 droplet for serving the website files, but then have a storage solution for my images.
I am a photographer and have a large number of images that link to my Wordpress Gallery. Looking at roughly 100GB.
I have searched and read a lot of articles but would like to know your suggestions. Here is what I have found so far, please feel free to comment on the below as I am unsure on any of these.
Use Amazon S3, mount it to the Droplet and use it as the image file server that Wordpress can use as a gallery. (Is this slow because retrieving each image between servers can have a ping of 180ms+?)
Somehow connect Google Drive as the main Wp-content/uploads folder? Possible?
3 )Somehow connect Dropbox as the main Wp-content/uploads folder? Possible?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
the way that this works is that when files are uploaded they are sent via your server to amazonS3. When the are viewed in the browser, they are served directly from your amazon S3 bucket, through aws CDN. So there is no load on your server, and they are served at full enterprise speed to the end user, wherever they are in the world. something like this: https://www.mhthemes.com/blog/offload-wordpress-images-amazon-s3/
possible, but google drive storage is a different beast to S3, and much more expensive
maybe, I dont go near dropbox.
What you are looking for is “DigitalOcean Spaces”. They do exactly what AWS S3 does, for about the same price. Including automatic CDN delivery. Data transfer between the two will be invi
I am working as a web developer in one of the advertising agencies in Dubai. We often use Amazon S3 for the storage issues and it is working for us in a very good way. I recommend the same for you too.
You could start your droplet off in the entry level size and increase the CPU/RAM as needed. As for your WordPress assets you can use DigitalOcean Spaces. There is a plugin for WordPress that helps with this.
https://www.digitalocean.com/community/tutorials/how-to-store-wordpress-assets-on-digitalocean-spaces