-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert to old format in boto credentials file to make boto work
- Loading branch information
Simon Bohnen
committed
Oct 4, 2022
1 parent
d0e26c4
commit 469dde1
Showing
2 changed files
with
27 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
[minio-travis-test] | ||
# AWS minio credentials | ||
access_key=minio | ||
secret_key=miniostorage | ||
connect_func=connect_s3 | ||
host=http://127.0.0.1:9000 | ||
ordinary_calling_format=true | ||
# AWS minio endpoint | ||
host=127.0.0.1 | ||
is_secure=false | ||
port=9000 | ||
# Legacy boto config | ||
connect_func=connect_s3 | ||
ordinary_calling_format=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters