Ask HN: Good cloud storage solution for user data
1 comments
Probably something between AWS S3 and Google Cloud Storage would work for the case you mention. There may be other cheaper options but I can't tell about uptime (assuming you are looking for 99.9%+).
The mode of working is: user <--> backend <--> storage.
My main requirements are service uptime and data fidelity (by that I mean data must not get corrupted; what I put I must get back). Backup storage is optional. Encryption is unimportant since my backend anyway encrypts all the data.