Exposed more minio configs
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			Fixes the same stuff as in model service
This commit is contained in:
		@@ -36,6 +36,8 @@ app.config['MINIO_ENDPOINT'] = os.environ['MINIO_ENDPOINT']
 | 
				
			|||||||
app.config['MINIO_ACCESS_KEY'] = os.environ['MINIO_ACCESS_KEY']
 | 
					app.config['MINIO_ACCESS_KEY'] = os.environ['MINIO_ACCESS_KEY']
 | 
				
			||||||
app.config['MINIO_SECRET_KEY'] = os.environ['MINIO_SECRET_KEY']
 | 
					app.config['MINIO_SECRET_KEY'] = os.environ['MINIO_SECRET_KEY']
 | 
				
			||||||
app.config['MINIO_BUCKET_NAME'] = os.environ['MINIO_BUCKET_NAME']
 | 
					app.config['MINIO_BUCKET_NAME'] = os.environ['MINIO_BUCKET_NAME']
 | 
				
			||||||
 | 
					app.config['MINIO_SECURE'] = os.environ.get('MINIO_SECURE', False)
 | 
				
			||||||
 | 
					app.config['MINIO_REGION'] = os.environ.get('MINIO_REGION', None)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# register error handlers
 | 
					# register error handlers
 | 
				
			||||||
register_all_error_handlers(app)
 | 
					register_all_error_handlers(app)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user