TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Good cloud storage solution for user data

2 pointsby vinaymsalmost 6 years ago
I am nearing completion of my application. I need cloud storage for my user data. Since I will charge my users for storage + processing, I am looking for a top quality service provider and am not interested in free offers.<p>The mode of working is: user &lt;--&gt; backend &lt;--&gt; storage.<p>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.

1 comment

mfogliattoalmost 6 years ago
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&#x27;t tell about uptime (assuming you are looking for 99.9%+).