Video Storage

0
How we can store the videos and documents in AmazonS3 bucket instead of mendix Server and once it is stored in AmazonS3 bucket how we can view that in our Application? Any Recommendations?  
asked
2 answers
1

Files are stored in the Amazon S3 bucket by default, and not in the Mendix database. You can create entities in your domain model that inherit from system.filedocument or system.image and use these to create objects to retrieve and show the files in your app.

https://docs.mendix.com/howto/data-models/working-with-images-and-files

answered
0

If you want to use another S3 bucket beyond what Lennart mentions above, then you can integrate with S3 via the module in the marketplace. It uses the Java SDK from Amazon. It may be out of date but could be updated.

answered