mirror of
				https://github.com/Toumash/mlflow-docker
				synced 2025-11-04 07:09:22 +01:00 
			
		
		
		
	minio method name is now: InvalidResponseError
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
import os
 | 
			
		||||
 | 
			
		||||
from minio import Minio
 | 
			
		||||
from minio.error import ResponseError
 | 
			
		||||
from minio.error import InvalidResponseError
 | 
			
		||||
 | 
			
		||||
accessID = os.environ.get('AWS_ACCESS_KEY_ID')
 | 
			
		||||
accessSecret =  os.environ.get('AWS_SECRET_ACCESS_KEY')
 | 
			
		||||
@@ -35,4 +35,4 @@ s3Client = Minio(
 | 
			
		||||
    secure=False
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
s3Client.make_bucket(bucketName)
 | 
			
		||||
s3Client.make_bucket(bucketName)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user