Nick Craig-Wood
Nick Craig-Wood
I've merged a fix for this to master now which means it will be in [the latest beta](https://beta.rclone.org/) in 15-30 minutes and released in v1.70
This kind of problem (paging not working) is usually caused by an incorrect setting of --s3-list-version however I think you've tried 1 and 2 and since you are using versions...
Interesting idea that one xFilesharing backend might support multiple providers. They would probably only need an endpoint URL for configuration. I think this is the sibsoft documentation for the API...
@hjastr thank you for that. Do you think that is something we should put in the docs, or is that something rclone should do itself?
@dmcardle Rclone has a framework for making this sort of thing easy which you should probably use. Make sure you import the `fstest` package and define ``` // TestMain drives...
Is this ready for another review?
How are you doing with this @dmcardle - I think we are nearly there aren't we?
@dmcardle the results are in! https://pub.rclone.org/integration-tests/current/ It is 28 failures out of 93 which is not terrible :-) All of the docker based backends failed with something like this (here...
Hi @fenneclabs You are correct, the SFTP backend does not support encoding at the moment and I imagine you are seeing the problem when trying to copy files with Windows...
> I ran `make doc` locally but it made a LOT of other changes. Is this something you typically do before a release rather than continuously? Yes just before a...