Implemented everything upload

This commit is contained in:
2020-11-28 06:17:45 +01:00
parent 313f54b5e0
commit b58b27e534
11 changed files with 206 additions and 5 deletions

3
src/utils/storage.py Normal file
View File

@@ -0,0 +1,3 @@
from flask_minio import Minio
storage = Minio()