Nico Kemnitz
Nico Kemnitz
I think you should raise() everything that is a subclass of `google.cloud.exceptions.ClientError`: - `google.cloud.exceptions.BadRequest` - `google.cloud.exceptions.Unauthorized` - `google.cloud.exceptions.Forbidden` - `google.cloud.exceptions.NotFound` - `google.cloud.exceptions.MethodNotAllowed` - `google.cloud.exceptions.Conflict` - `google.cloud.exceptions.LengthRequired` - `google.cloud.exceptions.PreconditionFailed` - `google.cloud.exceptions.RequestRangeNotSatisfiable`...
Minor addition: The above change works correctly, but is not sufficient, because rclone itself also has a few places where it treats prefixes like filesystem paths and in the process,...
Thanks - in the link you shared I can see `/` listed as character that should be encoded by default. So if I understand correctly, the bug is that rclone...
Hmm, I think Pub/Sub is more similar to SQS than Cloud Tasks, but there is no 100% perfect match between Pub/Sub, Cloud Tasks, SQS and SNS... Notable differences between Pub/Sub...
I ran into this issue when writing jpg/png images with CloudVolume and had gzip compression explicitly turned on (overriding CloudVolume default for jpg/png). Maybe same here? Jasper's images are jpg,...
Correct, for compressed image file formats such as JPG and PNG, gzip should not be necessary, because it's already part of the format, anyway. (PNG uses the exact same compression...