rclone/backend/b2
Aleksandar Jankovic 8243ff8bc8 accounting: isolate stats to groups
Introduce stats groups that will isolate accounting for logically
different transferring operations. That way multiple accounting
operations can be done in parallel without interfering with each other
stats.

Using groups is optional. There is dedicated global stats that will be
used by default if no group is specified. This is operating mode for CLI
usage which is just fire and forget operation.

For running rclone as rc http server each request will create it's own
group. Also there is an option to specify your own group.
2019-07-28 14:48:19 +01:00
..
api b2: enable server side copy to copy between buckets - fixes #3303 2019-07-05 10:07:05 +01:00
b2_internal_test.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00
b2_test.go azureblob, b2, drive: implement set upload cutoff for chunked upload tests 2018-10-13 22:49:12 +01:00
b2.go accounting: isolate stats to groups 2019-07-28 14:48:19 +01:00
upload.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00