mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixosTests.minio: update minio-client command
This commit is contained in:
parent
d7e1e8467a
commit
bb7b63ac0b
2 changed files with 4 additions and 2 deletions
|
@ -44,7 +44,7 @@ in {
|
|||
|
||||
# Create a test bucket on the server
|
||||
machine.succeed(
|
||||
"mc config host add minio http://localhost:9000 ${accessKey} ${secretKey} S3v4"
|
||||
"mc config host add minio http://localhost:9000 ${accessKey} ${secretKey} --api s3v4"
|
||||
)
|
||||
machine.succeed("mc mb minio/test-bucket")
|
||||
machine.succeed("${minioPythonScript}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue