From 55ae9078e1f18b5141dc4d9ea6c499cb16701bfc Mon Sep 17 00:00:00 2001 From: Nikita Melnikov Date: Fri, 7 Oct 2022 18:10:47 +0800 Subject: [PATCH] update doc --- DEVELOPMENT.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 44e5128..920ef80 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -67,6 +67,9 @@ node bin/db-converter --db-path=./db --mongodb-uri=mongodb://localhost:27017/doc ## Using S3 uploads driver +Uploads driver is used to store files uploaded by users. +By default, the application uses local filesystem to store files, but S3 driver is also available. + ### 1. Get credentials for S3 bucket Create a S3 bucket and get access key and secret key (or use existing ones)