storj/satellite/metainfo
Jess G f9696d6c5e
satellite/metainfo: add buckets RPC and database (#2460)
* add db interface and methods, add sa metainfo endpoints and svc

* add bucket metainfo svc funcs

* add sadb bucekts

* bucket list gets all buckets

* filter buckets list on macaroon restrictions

* update pb cipher suite to be enum

* add conversion funcs

* updates per comments

* bucket settings should say default

* add direction to list buckets, add tests

* fix test bucket names

* lint err

* only support forward direction

* add comments

* minor refactoring

* make sure list up to limit

* update test

* update protolock file

* fix lint

* change per PR
2019-07-08 15:32:18 -07:00
..
config.go Ensure we force a segment size and account storage before committing them (#2473) 2019-07-08 18:24:38 -04:00
db_test.go satellite/metainfo: add buckets RPC and database (#2460) 2019-07-08 15:32:18 -07:00
db.go satellite/metainfo: add buckets RPC and database (#2460) 2019-07-08 15:32:18 -07:00
metainfo_test.go Change pointerdb pointer to use time.Time for Creation date (#2483) 2019-07-09 00:16:50 +02:00
metainfo.go satellite/metainfo: add buckets RPC and database (#2460) 2019-07-08 15:32:18 -07:00
service.go satellite/metainfo: add buckets RPC and database (#2460) 2019-07-08 15:32:18 -07:00
validation.go Ensure we force a segment size and account storage before committing them (#2473) 2019-07-08 18:24:38 -04:00