Skip to content

Question - MongoDB/S3 AWS Implementation #1637

Answered by sr258
a-r-db asked this question in Q&A
Discussion options

You must be logged in to vote

Do you mean the functionality to serve files directly from S3 as described in the section „ Increasing scalability by getting content files directly from S3“? Or do you mean how the Mongo/S3 storages compare to the file system storages?

The Mongo/S3 storage classes are certainly superior to file system storage in general, especially if you list content. Their main benefit, however is scalability beyond a single instance as the file system storage classes won‘t work (well) across machines or containers. If you want to use the library in a scaled environment, you‘ll have to use Mongo/S3 (and Redis).

If you use public S3 links as described in the docs section above, the performance gain depe…

Replies: 1 comment 18 replies

Comment options

You must be logged in to vote
18 replies
@sr258
Comment options

sr258 Aug 8, 2021
Maintainer

@a-r-db
Comment options

@a-r-db
Comment options

@a-r-db
Comment options

@sr258
Comment options

Answer selected by a-r-db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1636 on August 02, 2021 16:41.