storj/cmd
JT Olio d70f6e3760
libuplink: remove encryption key from project opening (#1761)
What: This change moves project-level bucket metadata encryption information to the volatile section, because it is unlikely to remain in future releases

Why: Ultimately, the web user interface will allow bucket management (creation, removal, etc), but not object management as that requires an encryption key for sure and we don't want to have users give the satellite their encryption keys.

At a high level, a (*Project) type should map to all of the things you can do inside the web user interface within a project, which by necessity cannot have an encryption key. So, we really don't want an encryption key in the non-volatile section of this library.
2019-04-16 11:29:33 -04:00
..
bootstrap Replace localhost with 127.0.0.1 in defaults (#1678) 2019-04-05 14:09:16 +02:00
certificates remove utils.CombineErrors and utils.ErrorGroup (#1603) 2019-03-29 14:30:23 +02:00
gateway libuplink: remove encryption key from project opening (#1761) 2019-04-16 11:29:33 -04:00
identity Identity versioning fix (#1721) 2019-04-09 13:01:45 -04:00
inspector Filehealth cli (#1649) 2019-04-04 13:11:19 -04:00
overlay Merge statdb pkg into overlay pkg (#1570) 2019-03-25 18:25:09 -04:00
s3-benchmark Storage node and upload/download protocol refactor (#1422) 2019-03-18 12:55:06 +02:00
satellite Adding alpine's CA change to the satellite (#1744) 2019-04-11 15:45:02 -04:00
statreceiver Development defaults for configuration (#1430) 2019-03-12 08:51:06 -04:00
storagenode Forward-port release-alpha8 build script issues (#1726) 2019-04-09 23:01:10 -06:00
storj-sim Migrate Minio Gateway to libuplink (#1652) 2019-04-15 23:13:02 +03:00
uplink uplink setup wizard uses default port, checks errors (#1762) 2019-04-16 11:12:01 -04:00
versioncontrol Add Versioning Server (#1576) 2019-04-03 21:13:39 +02:00