3
1 Comment

Evaluating storage options and looking for suggestions

Hi friends,

I have been building a file storage solution for almost a year now. Ever since the beginning, I was leaning on AWS to host my application. Recently I replied to this thread saying that I am planning to move to AWS, but I compared the prices today with some others and I feel like am having second thoughts now.

My initial plan was to host files on AWS S3 because I am very familiar with AWS technologies, and object storage pricing of all major cloud providers are more or less the same. Moreover, hosting on S3 gives an added sense of confidence to probable clients that their data will most likely never be lost, and will be encrypted at rest etc.

But instead of S3, if I chose DigitalOcean Spaces (which at this point of time I have no idea how reliable it is) and then save an extra copy of data at BackBlaze B2, my rough calculation suggests that it saves me a vast amount of money compared to S3 (S3 bandwidth pricing is ridiculously high). Now, I am looking for advice on the following:

  1. What is your experience with DigitalOcean Spaces? Have you ever lost files or experienced downtime?
  2. Have you used BackBlaze B2? Any personal experience using it?
  3. Does it make me (as a provider) look bad if I am hosting customer data on DigitalOcean, and not with the big guys (AWS/GC/Azure)?
  4. If I proceed with DO Spaces + B2 as backup, will you be skeptical to try out my service fearing that I am hosting your data with 2 different providers (although the data will be encrypted and only then sent to B2)? Assuming that you liked everything else about my software, could this become a deal-breaker? I will be targeting B2B.

Thank you!

  1. 2

    This is an old post, but I'm curious to know which provider did you picked.