Technologies supported in the File Repository
The File Repository allows uploading and sharing files from its UI and REST APIs. One of its goals is to isolate from the underlying technology in which the files are stored. It supports these three technologies:
GridFS: this is MongoDB's distributed file system. It is an appropriate choice for scenarios whereyouI use MongoDB as a platform database as it does not force you to deploy any additional parts and supports most scenarios.
MinIO/AWS S3: for both platform deployments on AWS and deployments using MinIO, this mechanism offers many more options and is suitable for advanced or heavy use of the File Repository.
Google Cloud Storage: this mechanism is the most suitable in deployments on GCP, since for a very small cost I can use the File Repository on this persistence.
Depending on which technology you have selected at the time of platform deployment, you will select one of these options:
When uploading a file, select the persistence option:
On the other hand, a REST API is available to the user to use this functionality:
Â