Results 130 comments of Ivan Andreev

The new flag should work in `copy`, `sync` and `dedupe` - #1133 - #2430

Duplicate of https://github.com/rclone/rclone/issues/887

From #887 (merging in here): > I noticed the google-drive-ocamlfuse project has configurable options for `low_speed_limit` and `low_speed_time` (https://github.com/astrada/google-drive-ocamlfuse/wiki/Configuration). > It would useful for rclone to have a similar option.

Marking as important based on 15 :+1: and availability of Go implementations.

md5/sha1 hashsums for any remote can be enforced by using new chunker overlay with `hash_type=md5all/sha1all` and `chunk_size=1P` (to effectively disable chunking and force hashing). this is implemented by https://github.com/rclone/rclone/pull/3607 and...

Marking as _important_ based on the number of thumbs up. No need to post `+1`s anymore, post a PR 😎

Searching github for golang libs revealed just two [dead](https://github.com/AlanRace/cryptogopher) [bodies](https://github.com/olihey/gocryptomator), alas.

**Problem** I see three major problems with cryptomator integration: 1. Incompatible codebase (golang vs java) leading to reimplementation of the vault format and cryptographic algorithms 2. Complex constantly moving target:...

> Your poor man's Cryptomator will require the vault be local. Rclone can publish any remote as webdav (and could do it under the hood too, with some effort), but...