Nick Craig-Wood
96fe25cf0a
Add Martin Hassack to contributors
2024-12-13 12:36:15 +00:00
Tony Metzidis
e704e33045
googlecloudstorage: typo fix in docs
2024-12-13 11:49:21 +00:00
Martin Hassack
2f3e90f671
onedrive: add support for OAuth client credential flow - fixes #6197
...
This adds support for the client credential flow oauth method which
requires some special handling in onedrive:
- Special scopes are required
- The tenant is required
- The tenant needs to be used in the oauth URLs
This also:
- refactors the oauth config creation so it isn't duplicated
- defaults the drive_id to the previous one in the config
- updates the documentation
Co-authored-by: Nick Craig-Wood <nick@craig-wood.com>
2024-12-13 11:34:11 +00:00
Nick Craig-Wood
eaafae95fa
Add divinity76 to contributors
2024-12-11 18:21:42 +00:00
Nick Craig-Wood
5ca1436c24
Add Ilias Ozgur Can Leonard to contributors
2024-12-11 18:21:42 +00:00
Nick Craig-Wood
c46e93cc42
Add remygrandin to contributors
2024-12-11 18:21:42 +00:00
Nick Craig-Wood
66943d3d79
Add Michael R. Davis to contributors
2024-12-11 18:21:42 +00:00
remygrandin
ab58ae5b03
docs: add docker volume plugin troubleshooting steps
...
Docker beta build / Build image job (push) Has been cancelled
This proposal expand the current docker volume plugin troubleshooting possible steps to include a state cleanup command and a reminder that a un/reinstall don't clean up those cache files.
Co-authored-by: albertony <12441419+albertony@users.noreply.github.com>
2024-11-26 20:56:10 +01:00
Michael R. Davis
ca8860177e
docs: fix missing state
parameter in /auth
link in instructions
Docker beta build / Build image job (push) Has been cancelled
2024-11-22 22:40:07 +00:00
Sam Harrison
c1763a3f95
docs: upgrade fontawesome to v6
...
Also update the Filescom icon.
2024-11-21 11:06:38 +00:00
Nick Craig-Wood
c6281a1217
Add David Seifert to contributors
2024-11-21 11:04:49 +00:00
Nick Craig-Wood
ff3f8f0b33
Add vintagefuture to contributors
2024-11-21 11:04:49 +00:00
Anthony Metzidis
2d844a26c3
use better docs
2024-11-20 18:05:56 +00:00
Anthony Metzidis
1b68492c85
googlecloudstorage: update docs on service account access tokens
2024-11-20 18:05:56 +00:00
vintagefuture
0214a59a8c
icloud: Added note about app specific password not working
2024-11-20 17:43:42 +00:00
Nick Craig-Wood
6079cab090
s3: fix download of compressed files from Cloudflare R2 - fixes #8137
...
Before this change attempting to download a file with
`Content-Encoding: gzip` from Cloudflare R2 gave this error
corrupted on transfer: sizes differ src 0 vs dst 999
This was caused by the SDK v2 overriding our attempt to set
`Accept-Encoding: gzip`.
This fixes the problem by disabling the middleware that does that
overriding.
2024-11-20 12:08:23 +00:00
Nick Craig-Wood
d8bc542ffc
Changelog updates from Version v1.68.2
2024-11-15 14:51:27 +00:00
Nick Craig-Wood
8cc1020a58
Add Dimitrios Slamaris to contributors
2024-11-14 16:15:49 +00:00
Nick Craig-Wood
0ad925278d
Add shenpengfeng to contributors
2024-11-08 10:02:44 +00:00
Nick Craig-Wood
e3053350f3
Add Dimitar Ivanov to contributors
2024-11-08 10:02:44 +00:00
Dimitar Ivanov
40159e7a16
sftp: allow inline ssh public certificate for sftp
...
Docker beta build / Build image job (push) Has been cancelled
Currently rclone allows us to specify the path to a public ssh
certificate file.
That works great for cases where we can specify key path, like local
envs.
If users are using rclone with [volsync](https://github.com/backube/volsync/tree/main/docs/usage/rclone )
there currently is a limitation that users can specify only the rclone config file.
With this change users can pass the public certificate in the same fashion
as they can with `key_file`.
2024-10-25 10:40:57 +01:00
Nick Craig-Wood
c527dd8c9c
Add Moises Lima to contributors
2024-10-24 17:56:50 +01:00
Nick Craig-Wood
53ff3b3b32
s3: add Selectel as a provider
2024-10-22 19:54:33 +01:00
Nick Craig-Wood
1b10cd3732
Add tgfisher to contributors
2024-10-21 10:15:01 +01:00
Nick Craig-Wood
d97492cbc3
Add Diego Monti to contributors
2024-10-21 10:15:01 +01:00
Nick Craig-Wood
82a510e793
Add Randy Bush to contributors
2024-10-21 10:15:01 +01:00
Nick Craig-Wood
9f2c590e13
Add Alexandre Hamez to contributors
2024-10-21 10:15:01 +01:00
Nick Craig-Wood
11a90917ec
Add Simon Bos to contributors
2024-10-21 10:15:01 +01:00
tgfisher
8ca7b2af07
docs: mention that inline comments are not supported in a filter-file
Docker beta build / Build image job (push) Waiting to run
2024-10-21 09:10:09 +02:00
Randy Bush
3e2c0f8c04
docs: fix forward refs in step 9 of using your own client id
2024-10-14 13:25:25 +02:00
Alexandre Hamez
589458d1fe
docs: fix Scaleway Glacier website URL
Docker beta build / Build image job (push) Has been cancelled
2024-10-12 12:13:47 +01:00
Nick Craig-Wood
e7a0fd0f70
docs: update overview to show pcloud can set modtime
...
See 258092f9c6
and #7896
2024-10-03 14:31:56 +01:00
Nick Craig-Wood
c23c59544d
Add André Tran to contributors
2024-10-03 14:31:56 +01:00
Nick Craig-Wood
9dec3de990
Add Matthias Gatto to contributors
2024-10-03 14:31:56 +01:00
Nick Craig-Wood
5caa695c79
Add lostb1t to contributors
2024-10-03 14:31:56 +01:00
Nick Craig-Wood
8400809900
Add Noam Ross to contributors
2024-10-03 14:31:11 +01:00
Nick Craig-Wood
e49516d5f4
Add Benjamin Legrand to contributors
2024-10-03 14:31:11 +01:00
Matthias Gatto
9614fc60f2
s3: add Outscale provider
...
Docker beta build / Build image job (push) Has been cancelled
Signed-off-by: matthias.gatto <matthias.gatto@outscale.com>
Co-authored-by: André Tran <andre.tran@outscale.com>
2024-10-02 10:26:41 +01:00
lostb1t
51db76fd47
Add ICloud Drive backend
2024-10-02 10:19:11 +01:00
Noam Ross
17e7ccfad5
drive: add support for markdown format
Docker beta build / Build image job (push) Has been cancelled
2024-09-30 17:22:32 +01:00
Nick Craig-Wood
18989fbf85
Add RcloneView as a sponsor
2024-09-30 11:34:06 +01:00
Nick Craig-Wood
a7451c6a77
Add Leandro Piccilli to contributors
2024-09-30 11:32:13 +01:00
Leandro Piccilli
94997d25d2
gcs: add access token auth with --gcs-access-token
Docker beta build / Build image job (push) Waiting to run
2024-09-27 17:37:07 +01:00
Nick Craig-Wood
22e13eea47
gphotos: implment --gphotos-proxy to allow download of full resolution media
...
Docker beta build / Build image job (push) Waiting to run
This works in conjunction with the gphotosdl tool
https://github.com/rclone/gphotosdl
2024-09-26 12:57:28 +01:00
Nick Craig-Wood
498d9cfa85
Changelog updates from Version v1.68.1
Docker beta build / Build image job (push) Waiting to run
2024-09-24 17:26:49 +01:00
albertony
3dec664a19
bisync: change exit code from 2 to 7 for critically aborted run
2024-09-20 18:51:08 +02:00
albertony
a849fd59f0
cmd: change exit code from 1 to 2 for syntax and usage errors
2024-09-20 18:51:08 +02:00
Nick Craig-Wood
0b7b3cacdc
azureblob: add --azureblob-use-az to force the use of the Azure CLI for auth
...
Setting this can be useful if you wish to use the az CLI on a host with
a System Managed Identity that you do not want to use.
Fixes #8078
2024-09-20 16:16:09 +01:00
Nick Craig-Wood
976103d50b
azureblob: add --azureblob-disable-instance-discovery
...
If set this skips requesting Microsoft Entra instance metadata
See #8078
2024-09-20 16:16:09 +01:00
Nick Craig-Wood
192524c004
s3: add initial --s3-directory-bucket to support AWS Directory Buckets
...
This will ensure no Content-Md5 headers are sent and ensure ETags are not
interpreted as MD5 sums. X-Amz-Meta-Md5chksum will be set on all objects
whether single or multipart uploaded.
This also sets "no_check_bucket = true".
This is enough to make the integration tests pass, but there are some
limitations as noted in the docs.
See: https://forum.rclone.org/t/support-s3-directory-bucket/47653/
2024-09-19 12:01:24 +01:00