storj/lib/uplink
Jeff Wendling 15e74c8c3d uplink share subcommand (#1924)
* cmd/uplink: add share command to restrict an api key

This commit is an early bit of work to just implement restricting
macaroon api keys from the command line. It does not convert
api keys to be macaroons in general.

It also does not apply the path restriction caveats appropriately
yet because it does not encrypt them.

* cmd/uplink: fix path encryption for shares

It should now properly encrypt the path prefixes when adding
caveats to a macaroon.

* fix up linting problems

* print summary of caveat and require iso8601

* make clone part more clear
2019-05-14 12:15:12 -06:00
..
apikey.go uplink share subcommand (#1924) 2019-05-14 12:15:12 -06:00
bucket_attrs_test.go Refactor pb.Node protobuf (#1785) 2019-04-22 12:07:50 +03:00
bucket.go use SerializableMeta to store bucket attributes (#1658) 2019-04-10 18:27:04 -04:00
common.go libuplink changes for public usage (#1568) 2019-04-03 11:46:21 +03:00
doc.go updates the libuplink documentation with examples (#1801) 2019-05-07 11:44:01 -04:00
encryption.go libuplink changes for public usage (#1568) 2019-04-03 11:46:21 +03:00
example_test.go updates the libuplink documentation with examples (#1801) 2019-05-07 11:44:01 -04:00
object.go use SerializableMeta to store bucket attributes (#1658) 2019-04-10 18:27:04 -04:00
project.go avoid race in lib/uplink (#1852) 2019-04-26 20:15:41 +03:00
uplink.go uplink share subcommand (#1924) 2019-05-14 12:15:12 -06:00