storj/pkg/storage
James Hagans fdfa6e85c8 Streamstore impl of Stor interface (#191)
* first stab at PUT

* only PUT

* working on PUT

* Put with LimitReader

* start of Get

* reorder of files and proto meta

* working on Meta

* working on Meta

* add aware limit reader

* add size from segment put

* rm if for eof

* update to proto meta

* update gen proto file

* working on get

* working on get

* working on get

* working on list

* working on delete

* working on list

* working on meta method

* fix merge error and working on feedback from PR

* update to proto file

* rm size tuple

* mv eof limit reader to new file

* add toMeta

* rm varible names

* add updates from PR feedback

* updates from PR feedback

* updates from PR feedback

* add toMeta size based on total size

* update toMeta size calculation

* rm passthrough

* add default to config for segment size

* fix get method ranger bug

* add object support for nested stream proto

* rm nested stream meta data

* rm test for another PR
2018-08-23 21:56:38 -06:00
..
buckets adds Bucket Store (#213) 2018-08-16 10:32:28 -04:00
ec Make PSClient a Closer, so it can be closed with utils.LogClose() (#247) 2018-08-20 18:11:54 +03:00
meta Cleanup metadata across layers (#180) 2018-07-30 21:57:50 +03:00
objects Cleanup metadata across layers (#180) 2018-07-30 21:57:50 +03:00
segments pointerdb: separate client and server packages (#261) 2018-08-22 09:07:00 -06:00
streams Streamstore impl of Stor interface (#191) 2018-08-23 21:56:38 -06:00