Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    These days.... Why? You get so much more reliability with S3, it's easy to set up cross-region replication, and it's just faster to use. Commented Jan 7, 2020 at 4:41
  • Agree with @BerinLoritsch S3 also has a number of tiers which you can choose from based on your access pattern, choose the one that fits your need. Commented Jan 7, 2020 at 9:45
  • 1
    Do you have a db in the cloud? are there security requirements? are there transactional constraints? is the blob text or binary? could the blob become relevant for querying ? di you have other objects in a store? I think we go to fast into a technical solution, without looking at the context. Can you provide us some more elements about the tradeoff ? Commented Jan 7, 2020 at 10:55
  • 1
    Do you need to full text search it? Not sure if you can do that with an object store. Commented Jan 7, 2020 at 15:46