storj/uplink/storage/streams
Ivan Fraixedes 6516471cbc
uplink/storage/streams: Upload loop operations reorganization (#3429)
* uplink/storage/streams: Upload loop ops reorganization

  Reorganize the operations of the loop run by streamsStore.upload method
  for not doing unneeded computations on each iteration.

* uplink/storage/streams: Move out returns values declaration

  Move out return values declarations for those which aren't strictly
  needed due to defer statements nor documentation purpose.
2019-11-12 08:30:18 +01:00
..
eof.go rename all the things (#2531) 2019-07-28 08:55:36 +03:00
path.go rename all the things (#2531) 2019-07-28 08:55:36 +03:00
shim.go uplink/storage: use Batch to optimize upload requests (#3408) 2019-10-29 08:49:16 -07:00
size.go rename all the things (#2531) 2019-07-28 08:55:36 +03:00
store_test.go uplink/storage: use Batch to optimize upload requests (#3408) 2019-10-29 08:49:16 -07:00
store.go uplink/storage/streams: Upload loop operations reorganization (#3429) 2019-11-12 08:30:18 +01:00