storj/cmd/storj-sim
Ivan Fraixedes 69d8b9f828
Change where the encryption key is being stored for uplink (#1967)
* uplink: Add a new flag to set the filepath of the file which is used for 
  saving the encryption key and rename the one that hold the encryption key and 
  establish that it has priority over the key stored in the file to make the 
  configuration usable without having a huge refactoring in test-sim.
* cmd/uplink: Adapt the setup subcommand for storing the user input key to a file 
  and adapt the rest of the subcommands for reading the key from the key-file when 
  the key isn't explicitly set with a command line flag.
* cmd/gateway: Adapt it to read the encryption key from the key-file or use the 
  one passed by a command line flag.
* pkg/process: Export the default configuration filename so other packages which 
  use the same value can reference to it rather than having it hardcoded.
* Adapt several integrations (scripts, etc.) to consider the changes applied in uplink and cmd packages.
2019-05-22 15:57:12 +02:00
..
cancelable.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
console.go V3-1307 combine first and last name to full name (#1569) 2019-03-27 14:33:32 +02:00
main.go add postgres support to storj-sim (#1908) 2019-05-14 08:13:18 -07:00
network.go Change where the encryption key is being stored for uplink (#1967) 2019-05-22 15:57:12 +02:00
prefix.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
process.go Test that network stalls don't cause indefinite hangs in uplink (#1530) 2019-03-20 08:58:07 -06:00