enable multipart upload?
This commit is contained in:
parent
a1ea4db55d
commit
a1bcc25c83
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ in
|
|||
script = ''
|
||||
#!${pkgs.bash}/bin/bash
|
||||
${pkgs.nix}/bin/nix store sign --key-file /root/cache-priv-key.pem --all
|
||||
${pkgs.nix}/bin/nix copy --to 's3://nix-cache?scheme=https&endpoint=cache.int.chir.rs' --all
|
||||
${pkgs.nix}/bin/nix copy --to 's3://nix-cache?scheme=https&endpoint=cache.int.chir.rs&multipart-upload=true' --all
|
||||
${pkgs.minio-client}/bin/mc rm -r --older-than 7d nix-cache/nix-cache
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue