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?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
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.
- 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+?)
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/
- Somehow connect Google Drive as the main Wp-content/uploads folder? Possible?
possible, but google drive storage is a different beast to S3, and much more expensive
3 )Somehow connect Dropbox as the main Wp-content/uploads folder? Possible?
maybe, I dont go near dropbox.
- Use block storage as the mount drive for a $10 droplet and then $10 100gb? Can this still work with a CDN as there are no Sydney servers, which is where we are based. Is block storage and droplet on the same datacentre private networked? How fast is the transfer between the two?
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.