storj/uplink
Ivan Fraixedes d9d82b0336 uplink: Reduce satellite request using Batch when possible (#3351)
* uplink/metainfo: Return classified Not Found error

Metainfo client Batch method must return the Storj Not Found error class
when the RCP server response with a not found status code as any other
metainfo Client method does.

Also if the error isn't Not Found one, it must wrap the error.

* uplink/storage/streams: Use Batch request in Delete

Change the 2 individual metainfo Client calls that streamStore Delete
method does by a single Batch one.
2019-10-24 14:18:48 -07:00
..
ecclient storagenode/gracefulexit: Implement storage node graceful exit worker - part 1 (#3322) 2019-10-22 16:42:21 -04:00
eestream Repair with hashes (#2925) 2019-09-06 15:20:36 -04:00
metainfo uplink: Reduce satellite request using Batch when possible (#3351) 2019-10-24 14:18:48 -07:00
piecestore Satellite/PieceHashValidation: Increase time window from 2h to 24h to avoid timezone issues (#3291) 2019-10-16 06:47:08 -06:00
storage uplink: Reduce satellite request using Batch when possible (#3351) 2019-10-24 14:18:48 -07:00
stream lib/uplink: remove Seek method (#2768) 2019-08-13 20:29:02 +03:00
config.go pkg/rpc: remove read/write deadlines as a mechanism for request timeouts (#3335) 2019-10-22 17:57:24 -06:00