agola/internal/objectstorage/posixflat
Simone Gotti 58f68601e6 objectstorage posix: use limitreader only when size is specified.
Use limitreader only when size is specified (greater or equal to 0).
When size is unknown (less than 0) limitreader will immediately return EOF
instead of writing the whole data.
2019-10-25 10:26:59 +02:00
..
posixflat_test.go objectstorage: add posix standard storage 2019-05-21 15:17:53 +02:00
posixflat.go objectstorage posix: use limitreader only when size is specified. 2019-10-25 10:26:59 +02:00