Nick Craig-Wood
Nick Craig-Wood
Hi - thanks for doing this. Can you follow the guide to adding a new s3 provider here please: https://github.com/rclone/rclone/blob/master/CONTRIBUTING.md#adding-a-new-s3-provider Can you put all the changes in this PR so...
This looks useful. Can you set it out of draft mode when you want me to review?
Thanks @sudiptob2 for the tip - worked perfectly :-) Will review your stuff tomorrow.
This is an interesting idea. Google drive has the idea of [selectors in its list interface](https://developers.google.com/drive/api/guides/search-files) with [query terms](https://developers.google.com/drive/api/guides/ref-search-terms) (rclone actually exposes this in [rclone backend query](https://rclone.org/drive/#query) We are big...
I misssed this issue - sorry. This is almost certainly to do with [the switch to the AWS SDK v2](https://rclone.org/changelog/#v1-68-0-2024-09-08) @korden32 and @Luis-Sarabando rclone 1.67 should have been using v4auth...
@maxpain does it work with `sign_accept_encoding` set to false? Maybe this should be part of the CEPH quirks. It will be released as part of v1.70 due in a couple...
This would be very useful for rclone as currently we implement our own JWT stuff for access to box.com. What is the status of this PR?
@egonelbre thanks for taking a look at this - much appreciated. > Because one of the major problems with protobuf is that it relies on reflection and Method.Call, which forces...
I think you should be able to set the interface manually with this --interface stringArray The interface to use for SSDP (repeat as necessary) I don't know what the interface...
Great work patching Go to make this work. Probably what you should do is comment on the Gerrit CL and/or on the GitHub PR that you've tried the patch and...