|
I run a web app service from a Linode VPS. The service allows for user-uploaded content, and potentially a large amount. I would like to store this content somewhere other than the Linode itself.
Linode do not seem to sell bulk or cloud storage themselves. Ideally, I'd like to subscribe to a bulk network storage provider whom I can mount within my VPS like a local filesystem, so that the server code can write to this storage using conventional file operations.
Is such a thing possible, and if so, what providers might people recommend who sell cloud storage I can use this way? I am not needing to access the stored data by any public means - just within the VPS itself. I am also not looking for cloud sync services like Dropbox. Really, just bulk storage, accessible over the network, ideally through a filesystem mount or, failing that, a code library.
Thanks for any tips!
|