1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

nix copy: add an example with S3

I couldn't find a good example how to use it with non-us-east-1 buckets.
This commit is contained in:
zimbatm 2018-03-29 11:52:08 +01:00
parent 446bb88f13
commit 865ca2402f

View file

@ -67,6 +67,12 @@ struct CmdCopy : StorePathsCommand
"To copy a closure from another machine via SSH:",
"nix copy --from ssh://server /nix/store/a6cnl93nk1wxnq84brbbwr6hxw9gp2w9-blender-2.79-rc2"
},
#ifdef ENABLE_S3
Example{
"To populate the current folder build output to a S3 binary cache:",
"nix copy --to s3://my-bucket?region=eu-west-1"
},
#endif
};
}