1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "aws-s3-exporter";
7 src = fetchFromGitHub {
11 sha256 = "sha256-dYkMCCAIlFDFOFUNJd4NvtAeJDTsHeJoH90b5pSGlQE=";
16 ldflags = [ "-s" "-w" ];
19 description = "Exports Prometheus metrics about S3 buckets and objects";
20 mainProgram = "s3_exporter";
21 homepage = "https://github.com/ribbybibby/s3_exporter";
22 license = licenses.asl20;
23 maintainers = [ maintainers.mmahut ];