about summary refs log tree commit diff
path: root/nixos/tests/minio.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-09-22nixos/tests/minio: fix deprecation warningrnhmjoj1-1/+4
The `accessKey` and `secretKey` options have been deprecated in favour of the new `rootCredentialsFile`.
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-05-02nixosTests.minio: update minio-client commandMario Rodas1-1/+1
2019-11-24nixosTests.minio: port to pythonRobin Gloster1-16/+16
2019-03-29minio: init at 4.0.13Peter Romfeld1-4/+25
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2017-10-08minio: 20170613 -> 2017-09-29T19-16-56ZPascal Bach1-1/+3
The test was updated as minio now needs at least 1 GiB of free disk, otherwise it won't start.
2017-07-09minio service: add additional config optionsPascal Bach1-2/+15
Set access and secret key and disable browser. Tests extended to do real operations against minio.
2017-06-26minio service: add inital servicePascal Bach1-0/+19
features: - change listen port and address - configure config and data directory - basic test to check if minio server starts