Nico Kemnitz

Results 12 issues of Nico Kemnitz

Resolves #398, by including `_bytes_in_buffer` into the `_remaining_capacity` calculation. Added test to illustrate the issue.

Ran into an issue while testing/benchmarking several hundreds of HTTP/1.1 `HEAD` requests, which would always result in a `ConnectionResetError` after the exact same number of requests. Investigating the issue shows...

When uploading/copying datasets with empty data using the `delete_black_uploads` flag, CloudVolume will still send delete requests for each file known to not exist on the target, causing unnecessary load on...

feature
performance

Resolves #442 Requires https://github.com/seung-lab/cloud-files/pull/41

feature

At Zetta, we have a number of ChunkedGraphs under the same subdomain, but with some additional prefixes, e.g `graphene://https://sub.domain.xyz/some_prefix/segmentation/table/dataset_name` which results in a `UnsupportedFormatError: Unable to parse Graphene URL: https://sub.domain.xyz/some_prefix/segmentation/table/dataset_name`...

redesign

https://github.com/seung-lab/cloud-files/issues/40 could be expanded to CloudVolume. Will submit a PR shortly

feature

Ran into a few 503 today with GCS - looks like CloudVolume doesn't retry for `exists()` methods.

bug

#### What is the problem you are having with rclone? I have an object on an S3-compatible bucket that contains two consecutive forward slashes, e.g. `s3remote://bucket/odd//name/indeed`. Any rclone command that...

bug
Remote: S3

and expose `remap_table` parameter to `create_meshing_tasks`

PR adds support for Google's Pub/Sub queue TODO: Add tests and maybe look into the missing features

feature