Added Minio stuff
This commit is contained in:
		@@ -1,3 +1,4 @@
 | 
			
		||||
#!/usr/bin/env python3
 | 
			
		||||
from .require_decorators import json_required
 | 
			
		||||
from .error_handlers import register_all_error_handlers
 | 
			
		||||
from .storage import storage
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										3
									
								
								storage_service/utils/storage.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								storage_service/utils/storage.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
from flask_minio import Minio
 | 
			
		||||
 | 
			
		||||
storage = Minio()
 | 
			
		||||
		Reference in New Issue
	
	Block a user