storj/pkg/storage
Natalie Villasana a4bb03d0da
adds inline segment support for segmentstore (#162)
* begins adding inline segment support for segmentstore

* adds PeekThresholdReader struct plus Read and isInline methods

* moves PeekThresholdReader to peek.go, adds more simplified Read function

* adds PeekThresholdReader tests

* reverts Read function to earlier version, updates tests to use ReadFull instead

* Get function now handles inline type pointers

* adds correct type Size and ExpirationDate to inline segment

* fixes return value in Put func error condition

* moves thresholdBuf and Read tests into a table test

* adds border case test, fixes redundant parts

* passes sizedReader size to makeRemotePointer
2018-08-01 16:25:06 -04:00
..
ec Errcheck (#133) 2018-07-16 15:22:34 -04: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 adds inline segment support for segmentstore (#162) 2018-08-01 16:25:06 -04:00
streams Cleanup metadata across layers (#180) 2018-07-30 21:57:50 +03:00