Skip to content

Commit

Permalink
allow configurable region name (kubeflow#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored May 13, 2020
1 parent c404cb6 commit d79913b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/kfserving/kfserving/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,5 @@ def _create_minio_client():
return Minio(url.netloc,
access_key=os.getenv("AWS_ACCESS_KEY_ID", ""),
secret_key=os.getenv("AWS_SECRET_ACCESS_KEY", ""),
region=os.getenv("AWS_REGION", ""),
secure=use_ssl)

0 comments on commit d79913b

Please sign in to comment.