Nix S3 binary cache settings

Nix S3 binary cache references a bunch of settings in the manual, like compression

But how do I change them? nix help copy does not provide any hints.

I think they’re just passed as parameters in the store URL?

1 Like

You are right, and it does validate the settings, i.e if you try to pass something random:

error: Boolean setting 'want-mass-query' has invalid value 'hello'
Try 'nix --help' for more information.
1 Like