Version v1.73.5

This commit is contained in:
Nick Craig-Wood
2026-04-19 11:42:48 +01:00
parent 2a9e952b38
commit 2c12ca64d4
11 changed files with 258 additions and 27 deletions

66
MANUAL.html generated
View File

@@ -233,7 +233,7 @@
<header id="title-block-header">
<h1 class="title">rclone(1) User Manual</h1>
<p class="author">Nick Craig-Wood</p>
<p class="date">Apr 08, 2026</p>
<p class="date">Apr 19, 2026</p>
</header>
<h1 id="name">NAME</h1>
<p>rclone - manage files on cloud storage</p>
@@ -4568,9 +4568,9 @@ SquareBracket</code></pre>
<pre class="console"><code>rclone convmv &quot;stories/The Quick Brown Fox!.txt&quot; --name-transform &quot;all,command=echo&quot;
// Output: stories/The Quick Brown Fox!.txt</code></pre>
<pre class="console"><code>rclone convmv &quot;stories/The Quick Brown Fox!&quot; --name-transform &quot;date=-{YYYYMMDD}&quot;
// Output: stories/The Quick Brown Fox!-20260408</code></pre>
// Output: stories/The Quick Brown Fox!-20260419</code></pre>
<pre class="console"><code>rclone convmv &quot;stories/The Quick Brown Fox!&quot; --name-transform &quot;date=-{macfriendlytime}&quot;
// Output: stories/The Quick Brown Fox!-2026-04-08 1211PM</code></pre>
// Output: stories/The Quick Brown Fox!-2026-04-19 1137AM</code></pre>
<pre class="console"><code>rclone convmv &quot;stories/The Quick Brown Fox!.txt&quot; --name-transform &quot;all,regex=[\\.\\w]/ab&quot;
// Output: ababababababab/ababab ababababab ababababab ababab!abababab</code></pre>
<p>The regex command generally accepts Perl-style regular expressions,
@@ -19605,6 +19605,7 @@ the remote</h3>
<p>This command does not have a command line equivalent so use this
instead:</p>
<pre><code>rclone rc --loopback operations/fsinfo fs=remote:</code></pre>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="operations-hashsum">operations/hashsum: Produces a hashsum file
for all the objects in the path.</h3>
<p>Produces a hash file for all the objects in the path using the hash
@@ -19913,6 +19914,7 @@ rclone rc options/set --json &#39;{&quot;main&quot;: {&quot;LogLevel&quot;: 8}}&
<pre><code>rclone rc options/set --json &#39;{&quot;main&quot;: {&quot;LogLevel&quot;: &quot;INFO&quot;}}&#39;</code></pre>
<p>And this sets NOTICE level logs (normal without -v)</p>
<pre><code>rclone rc options/set --json &#39;{&quot;main&quot;: {&quot;LogLevel&quot;: &quot;NOTICE&quot;}}&#39;</code></pre>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="pluginsctl-addPlugin">pluginsctl/addPlugin: Add a plugin using
url</h3>
<p>Used for adding a plugin to the webgui.</p>
@@ -21527,7 +21529,7 @@ split into groups.</p>
--tpslimit float Limit HTTP transactions per second to this
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
--use-cookies Enable session cookiejar
--user-agent string Set the user-agent to a specified string (default &quot;rclone/v1.73.4&quot;)</code></pre>
--user-agent string Set the user-agent to a specified string (default &quot;rclone/v1.73.5&quot;)</code></pre>
<h2 id="performance">Performance</h2>
<p>Flags helpful for increasing performance.</p>
<pre><code> --buffer-size SizeSuffix In memory buffer size when reading files for each --transfer (default 16Mi)
@@ -24236,7 +24238,12 @@ investigation:</p>
<li><a
href="https://pub.rclone.org/integration-tests/current/dropbox-cmd.bisync-TestDropbox-1.txt"><code>TestBisyncRemoteRemote/normalization</code></a></li>
</ul></li>
<li>Updated: 2026-04-07-010015
<li><code>TestSeafileV6</code> (<code>seafile</code>)
<ul>
<li><a
href="https://pub.rclone.org/integration-tests/current/seafile-cmd.bisync-TestSeafileV6-1.txt"><code>TestBisyncLocalRemote/rmdirs</code></a></li>
</ul></li>
<li>Updated: 2026-04-19-010011
<!--- end list_failures - DO NOT EDIT THIS SECTION - use make commanddocs ---></li>
</ul>
<p>The following backends either have not been tested recently or have
@@ -35191,6 +35198,15 @@ Name Type
==== ====
cos s3</code></pre></li>
</ol>
<h4 id="tencent-cos-global-acceleration-endpoint">Tencent COS Global
Acceleration Endpoint</h4>
<p>When using the Global Acceleration Endpoint
(<code>cos.accelerate.myqcloud.com</code>), rclone automatically sets
<code>no_check_bucket = true</code> because this acceleration endpoint
does not support the <code>CreateBucket</code> call which is used for
ensuring a bucket's existence by rclone. Global Acceleration is a
per-bucket feature, so you should first create the bucket in one
physical region, then enable it in the Tencent Cloud console.</p>
<h3 id="wasabi">Wasabi</h3>
<p><a href="https://wasabi.com">Wasabi</a> is a cloud-based object
storage service for a broad range of applications and use cases. Wasabi
@@ -62746,6 +62762,46 @@ the output.</p>
<!-- autogenerated options stop -->
<!-- markdownlint-disable line-length -->
<h1 id="changelog-1">Changelog</h1>
<h2 id="v1.73.5---2026-04-19">v1.73.5 - 2026-04-19</h2>
<p><a
href="https://github.com/rclone/rclone/compare/v1.73.4...v1.73.5">See
commits</a></p>
<ul>
<li>Bug Fixes
<ul>
<li>operations: Add AuthRequired to operations/fsinfo to prevent backend
creation CVE-2026-41179 (Nick Craig-Wood)</li>
<li>rc
<ul>
<li>Add AuthRequired to options/set to prevent auth bypass
CVE-2026-41176 (Nick Craig-Wood)</li>
<li>Snapshot NoAuth at startup to prevent runtime auth bypass
CVE-2026-41176 (Nick Craig-Wood)</li>
</ul></li>
<li>filter: Fix debug logs that fire before logger is configured (Nick
Craig-Wood)</li>
</ul></li>
<li>Azureblob
<ul>
<li>Add Microsoft Partner Network User-Agent prefix (Nick
Craig-Wood)</li>
</ul></li>
<li>Drime
<ul>
<li>Fix User.EntryPermissions JSON unmarshalling (a1pcm)</li>
</ul></li>
<li>Iclouddrive
<ul>
<li>Fix 'directory not found' error when the directory contains accent
marks (Brais Couce)</li>
</ul></li>
<li>S3
<ul>
<li>Fix TencentCOS CDN endpoint failing on bucket check (Mozi)</li>
<li>Fix empty delimiter parameter rejected by Archiware P5 server (Nick
Craig-Wood)</li>
</ul></li>
</ul>
<h2 id="v1.73.4---2026-04-08">v1.73.4 - 2026-04-08</h2>
<p><a
href="https://github.com/rclone/rclone/compare/v1.73.3...v1.73.4">See

45
MANUAL.md generated
View File

@@ -1,6 +1,6 @@
% rclone(1) User Manual
% Nick Craig-Wood
% Apr 08, 2026
% Apr 19, 2026
# NAME
@@ -5408,12 +5408,12 @@ rclone convmv "stories/The Quick Brown Fox!.txt" --name-transform "all,command=e
```console
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{YYYYMMDD}"
// Output: stories/The Quick Brown Fox!-20260408
// Output: stories/The Quick Brown Fox!-20260419
```
```console
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{macfriendlytime}"
// Output: stories/The Quick Brown Fox!-2026-04-08 1211PM
// Output: stories/The Quick Brown Fox!-2026-04-19 1137AM
```
```console
@@ -23086,6 +23086,8 @@ This command does not have a command line equivalent so use this instead:
rclone rc --loopback operations/fsinfo fs=remote:
**Authentication is required for this call.**
### operations/hashsum: Produces a hashsum file for all the objects in the path. {#operations-hashsum}
Produces a hash file for all the objects in the path using the hash
@@ -23407,6 +23409,8 @@ And this sets NOTICE level logs (normal without -v)
rclone rc options/set --json '{"main": {"LogLevel": "NOTICE"}}'
**Authentication is required for this call.**
### pluginsctl/addPlugin: Add a plugin using url {#pluginsctl-addPlugin}
Used for adding a plugin to the webgui.
@@ -24813,7 +24817,7 @@ Flags for general networking and HTTP stuff.
--tpslimit float Limit HTTP transactions per second to this
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
--use-cookies Enable session cookiejar
--user-agent string Set the user-agent to a specified string (default "rclone/v1.73.4")
--user-agent string Set the user-agent to a specified string (default "rclone/v1.73.5")
```
@@ -27567,7 +27571,9 @@ The following backends have known issues that need more investigation:
<!--- start list_failures - DO NOT EDIT THIS SECTION - use make commanddocs --->
- `TestDropbox` (`dropbox`)
- [`TestBisyncRemoteRemote/normalization`](https://pub.rclone.org/integration-tests/current/dropbox-cmd.bisync-TestDropbox-1.txt)
- Updated: 2026-04-07-010015
- `TestSeafileV6` (`seafile`)
- [`TestBisyncLocalRemote/rmdirs`](https://pub.rclone.org/integration-tests/current/seafile-cmd.bisync-TestSeafileV6-1.txt)
- Updated: 2026-04-19-010011
<!--- end list_failures - DO NOT EDIT THIS SECTION - use make commanddocs --->
The following backends either have not been tested recently or have known issues
@@ -38019,6 +38025,15 @@ To configure access to Tencent COS, follow the steps below:
cos s3
```
#### Tencent COS Global Acceleration Endpoint
When using the Global Acceleration Endpoint (`cos.accelerate.myqcloud.com`),
rclone automatically sets `no_check_bucket = true` because this acceleration
endpoint does not support the `CreateBucket` call which is used for ensuring
a bucket's existence by rclone. Global Acceleration is a per-bucket feature,
so you should first create the bucket in one physical region, then enable it
in the Tencent Cloud console.
### Wasabi
[Wasabi](https://wasabi.com) is a cloud-based object storage service for a
@@ -68136,6 +68151,26 @@ Options:
# Changelog
## v1.73.5 - 2026-04-19
[See commits](https://github.com/rclone/rclone/compare/v1.73.4...v1.73.5)
- Bug Fixes
- operations: Add AuthRequired to operations/fsinfo to prevent backend creation CVE-2026-41179 (Nick Craig-Wood)
- rc
- Add AuthRequired to options/set to prevent auth bypass CVE-2026-41176 (Nick Craig-Wood)
- Snapshot NoAuth at startup to prevent runtime auth bypass CVE-2026-41176 (Nick Craig-Wood)
- filter: Fix debug logs that fire before logger is configured (Nick Craig-Wood)
- Azureblob
- Add Microsoft Partner Network User-Agent prefix (Nick Craig-Wood)
- Drime
- Fix User.EntryPermissions JSON unmarshalling (a1pcm)
- Iclouddrive
- Fix 'directory not found' error when the directory contains accent marks (Brais Couce)
- S3
- Fix TencentCOS CDN endpoint failing on bucket check (Mozi)
- Fix empty delimiter parameter rejected by Archiware P5 server (Nick Craig-Wood)
## v1.73.4 - 2026-04-08
[See commits](https://github.com/rclone/rclone/compare/v1.73.3...v1.73.4)

53
MANUAL.txt generated
View File

@@ -1,6 +1,6 @@
rclone(1) User Manual
Nick Craig-Wood
Apr 08, 2026
Apr 19, 2026
NAME
@@ -4625,10 +4625,10 @@ Examples:
// Output: stories/The Quick Brown Fox!.txt
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{YYYYMMDD}"
// Output: stories/The Quick Brown Fox!-20260408
// Output: stories/The Quick Brown Fox!-20260419
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{macfriendlytime}"
// Output: stories/The Quick Brown Fox!-2026-04-08 1211PM
// Output: stories/The Quick Brown Fox!-2026-04-19 1137AM
rclone convmv "stories/The Quick Brown Fox!.txt" --name-transform "all,regex=[\\.\\w]/ab"
// Output: ababababababab/ababab ababababab ababababab ababab!abababab
@@ -21256,6 +21256,8 @@ instead:
rclone rc --loopback operations/fsinfo fs=remote:
Authentication is required for this call.
operations/hashsum: Produces a hashsum file for all the objects in the path.
Produces a hash file for all the objects in the path using the hash
@@ -21584,6 +21586,8 @@ And this sets NOTICE level logs (normal without -v)
rclone rc options/set --json '{"main": {"LogLevel": "NOTICE"}}'
Authentication is required for this call.
pluginsctl/addPlugin: Add a plugin using url
Used for adding a plugin to the webgui.
@@ -22997,7 +23001,7 @@ Flags for general networking and HTTP stuff.
--tpslimit float Limit HTTP transactions per second to this
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
--use-cookies Enable session cookiejar
--user-agent string Set the user-agent to a specified string (default "rclone/v1.73.4")
--user-agent string Set the user-agent to a specified string (default "rclone/v1.73.5")
Performance
@@ -25663,7 +25667,9 @@ The following backends have known issues that need more investigation:
- TestDropbox (dropbox)
- TestBisyncRemoteRemote/normalization
- Updated: 2026-04-07-010015
- TestSeafileV6 (seafile)
- TestBisyncLocalRemote/rmdirs
- Updated: 2026-04-19-010011
The following backends either have not been tested recently or have
known issues that are deemed unfixable for the time being:
@@ -35758,6 +35764,16 @@ To configure access to Tencent COS, follow the steps below:
==== ====
cos s3
Tencent COS Global Acceleration Endpoint
When using the Global Acceleration Endpoint
(cos.accelerate.myqcloud.com), rclone automatically sets
no_check_bucket = true because this acceleration endpoint does not
support the CreateBucket call which is used for ensuring a bucket's
existence by rclone. Global Acceleration is a per-bucket feature, so you
should first create the bucket in one physical region, then enable it in
the Tencent Cloud console.
Wasabi
Wasabi is a cloud-based object storage service for a broad range of
@@ -65186,6 +65202,33 @@ Options:
Changelog
v1.73.5 - 2026-04-19
See commits
- Bug Fixes
- operations: Add AuthRequired to operations/fsinfo to prevent
backend creation CVE-2026-41179 (Nick Craig-Wood)
- rc
- Add AuthRequired to options/set to prevent auth bypass
CVE-2026-41176 (Nick Craig-Wood)
- Snapshot NoAuth at startup to prevent runtime auth bypass
CVE-2026-41176 (Nick Craig-Wood)
- filter: Fix debug logs that fire before logger is configured
(Nick Craig-Wood)
- Azureblob
- Add Microsoft Partner Network User-Agent prefix (Nick
Craig-Wood)
- Drime
- Fix User.EntryPermissions JSON unmarshalling (a1pcm)
- Iclouddrive
- Fix 'directory not found' error when the directory contains
accent marks (Brais Couce)
- S3
- Fix TencentCOS CDN endpoint failing on bucket check (Mozi)
- Fix empty delimiter parameter rejected by Archiware P5 server
(Nick Craig-Wood)
v1.73.4 - 2026-04-08
See commits

View File

@@ -1049,7 +1049,9 @@ The following backends have known issues that need more investigation:
<!--- start list_failures - DO NOT EDIT THIS SECTION - use make commanddocs --->
- `TestDropbox` (`dropbox`)
- [`TestBisyncRemoteRemote/normalization`](https://pub.rclone.org/integration-tests/current/dropbox-cmd.bisync-TestDropbox-1.txt)
- Updated: 2026-04-07-010015
- `TestSeafileV6` (`seafile`)
- [`TestBisyncLocalRemote/rmdirs`](https://pub.rclone.org/integration-tests/current/seafile-cmd.bisync-TestSeafileV6-1.txt)
- Updated: 2026-04-19-010011
<!--- end list_failures - DO NOT EDIT THIS SECTION - use make commanddocs --->
The following backends either have not been tested recently or have known issues

View File

@@ -6,6 +6,26 @@ description: "Rclone Changelog"
# Changelog
## v1.73.5 - 2026-04-19
[See commits](https://github.com/rclone/rclone/compare/v1.73.4...v1.73.5)
- Bug Fixes
- operations: Add AuthRequired to operations/fsinfo to prevent backend creation CVE-2026-41179 (Nick Craig-Wood)
- rc
- Add AuthRequired to options/set to prevent auth bypass CVE-2026-41176 (Nick Craig-Wood)
- Snapshot NoAuth at startup to prevent runtime auth bypass CVE-2026-41176 (Nick Craig-Wood)
- filter: Fix debug logs that fire before logger is configured (Nick Craig-Wood)
- Azureblob
- Add Microsoft Partner Network User-Agent prefix (Nick Craig-Wood)
- Drime
- Fix User.EntryPermissions JSON unmarshalling (a1pcm)
- Iclouddrive
- Fix 'directory not found' error when the directory contains accent marks (Brais Couce)
- S3
- Fix TencentCOS CDN endpoint failing on bucket check (Mozi)
- Fix empty delimiter parameter rejected by Archiware P5 server (Nick Craig-Wood)
## v1.73.4 - 2026-04-08
[See commits](https://github.com/rclone/rclone/compare/v1.73.3...v1.73.4)

View File

@@ -1065,7 +1065,7 @@ rclone [flags]
--use-json-log Use json log format
--use-mmap Use mmap allocator (see docs)
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string (default "rclone/v1.73.4")
--user-agent string Set the user-agent to a specified string (default "rclone/v1.73.5")
-v, --verbose count Print lots more stuff (repeat for more)
-V, --version Print the version number
--webdav-auth-redirect Preserve authentication on redirect

View File

@@ -231,12 +231,12 @@ rclone convmv "stories/The Quick Brown Fox!.txt" --name-transform "all,command=e
```console
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{YYYYMMDD}"
// Output: stories/The Quick Brown Fox!-20260408
// Output: stories/The Quick Brown Fox!-20260419
```
```console
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{macfriendlytime}"
// Output: stories/The Quick Brown Fox!-2026-04-08 1211PM
// Output: stories/The Quick Brown Fox!-2026-04-19 1137AM
```
```console

View File

@@ -121,7 +121,7 @@ Flags for general networking and HTTP stuff.
--tpslimit float Limit HTTP transactions per second to this
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
--use-cookies Enable session cookiejar
--user-agent string Set the user-agent to a specified string (default "rclone/v1.73.4")
--user-agent string Set the user-agent to a specified string (default "rclone/v1.73.5")
```

View File

@@ -1659,6 +1659,8 @@ This command does not have a command line equivalent so use this instead:
rclone rc --loopback operations/fsinfo fs=remote:
**Authentication is required for this call.**
### operations/hashsum: Produces a hashsum file for all the objects in the path. {#operations-hashsum}
Produces a hash file for all the objects in the path using the hash
@@ -1980,6 +1982,8 @@ And this sets NOTICE level logs (normal without -v)
rclone rc options/set --json '{"main": {"LogLevel": "NOTICE"}}'
**Authentication is required for this call.**
### pluginsctl/addPlugin: Add a plugin using url {#pluginsctl-addPlugin}
Used for adding a plugin to the webgui.

View File

@@ -218,12 +218,12 @@ rclone convmv "stories/The Quick Brown Fox!.txt" --name-transform "all,command=e
```console
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{YYYYMMDD}"
// Output: stories/The Quick Brown Fox!-20260408
// Output: stories/The Quick Brown Fox!-20260419
```
```console
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{macfriendlytime}"
// Output: stories/The Quick Brown Fox!-2026-04-08 1218PM
// Output: stories/The Quick Brown Fox!-2026-04-19 1141AM
```
```console

81
rclone.1 generated
View File

@@ -15,7 +15,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "rclone" "1" "Apr 08, 2026" "User Manual" ""
.TH "rclone" "1" "Apr 19, 2026" "User Manual" ""
.hy
.SH NAME
.PP
@@ -6313,14 +6313,14 @@ rclone convmv \[dq]stories/The Quick Brown Fox!.txt\[dq] --name-transform \[dq]a
.nf
\f[C]
rclone convmv \[dq]stories/The Quick Brown Fox!\[dq] --name-transform \[dq]date=-{YYYYMMDD}\[dq]
// Output: stories/The Quick Brown Fox!-20260408
// Output: stories/The Quick Brown Fox!-20260419
\f[R]
.fi
.IP
.nf
\f[C]
rclone convmv \[dq]stories/The Quick Brown Fox!\[dq] --name-transform \[dq]date=-{macfriendlytime}\[dq]
// Output: stories/The Quick Brown Fox!-2026-04-08 1211PM
// Output: stories/The Quick Brown Fox!-2026-04-19 1137AM
\f[R]
.fi
.IP
@@ -27253,6 +27253,8 @@ instead:
rclone rc --loopback operations/fsinfo fs=remote:
\f[R]
.fi
.PP
\f[B]Authentication is required for this call.\f[R]
.SS operations/hashsum: Produces a hashsum file for all the objects in the path.
.PP
Produces a hash file for all the objects in the path using the hash
@@ -27674,6 +27676,8 @@ And this sets NOTICE level logs (normal without -v)
rclone rc options/set --json \[aq]{\[dq]main\[dq]: {\[dq]LogLevel\[dq]: \[dq]NOTICE\[dq]}}\[aq]
\f[R]
.fi
.PP
\f[B]Authentication is required for this call.\f[R]
.SS pluginsctl/addPlugin: Add a plugin using url
.PP
Used for adding a plugin to the webgui.
@@ -29924,7 +29928,7 @@ Flags for general networking and HTTP stuff.
--tpslimit float Limit HTTP transactions per second to this
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
--use-cookies Enable session cookiejar
--user-agent string Set the user-agent to a specified string (default \[dq]rclone/v1.73.4\[dq])
--user-agent string Set the user-agent to a specified string (default \[dq]rclone/v1.73.5\[dq])
\f[R]
.fi
.SS Performance
@@ -33193,7 +33197,13 @@ The following backends have known issues that need more investigation:
\f[V]TestBisyncRemoteRemote/normalization\f[R] (https://pub.rclone.org/integration-tests/current/dropbox-cmd.bisync-TestDropbox-1.txt)
.RE
.IP \[bu] 2
Updated: 2026-04-07-010015
\f[V]TestSeafileV6\f[R] (\f[V]seafile\f[R])
.RS 2
.IP \[bu] 2
\f[V]TestBisyncLocalRemote/rmdirs\f[R] (https://pub.rclone.org/integration-tests/current/seafile-cmd.bisync-TestSeafileV6-1.txt)
.RE
.IP \[bu] 2
Updated: 2026-04-19-010011
.PP
The following backends either have not been tested recently or have
known issues that are deemed unfixable for the time being:
@@ -48404,6 +48414,16 @@ cos s3
\f[R]
.fi
.RE
.SS Tencent COS Global Acceleration Endpoint
.PP
When using the Global Acceleration Endpoint
(\f[V]cos.accelerate.myqcloud.com\f[R]), rclone automatically sets
\f[V]no_check_bucket = true\f[R] because this acceleration endpoint does
not support the \f[V]CreateBucket\f[R] call which is used for ensuring a
bucket\[aq]s existence by rclone.
Global Acceleration is a per-bucket feature, so you should first create
the bucket in one physical region, then enable it in the Tencent Cloud
console.
.SS Wasabi
.PP
Wasabi (https://wasabi.com) is a cloud-based object storage service for
@@ -86917,6 +86937,57 @@ Options:
.IP \[bu] 2
\[dq]error\[dq]: Return an error based on option value.
.SH Changelog
.SS v1.73.5 - 2026-04-19
.PP
See commits (https://github.com/rclone/rclone/compare/v1.73.4...v1.73.5)
.IP \[bu] 2
Bug Fixes
.RS 2
.IP \[bu] 2
operations: Add AuthRequired to operations/fsinfo to prevent backend
creation CVE-2026-41179 (Nick Craig-Wood)
.IP \[bu] 2
rc
.RS 2
.IP \[bu] 2
Add AuthRequired to options/set to prevent auth bypass CVE-2026-41176
(Nick Craig-Wood)
.IP \[bu] 2
Snapshot NoAuth at startup to prevent runtime auth bypass CVE-2026-41176
(Nick Craig-Wood)
.RE
.IP \[bu] 2
filter: Fix debug logs that fire before logger is configured (Nick
Craig-Wood)
.RE
.IP \[bu] 2
Azureblob
.RS 2
.IP \[bu] 2
Add Microsoft Partner Network User-Agent prefix (Nick Craig-Wood)
.RE
.IP \[bu] 2
Drime
.RS 2
.IP \[bu] 2
Fix User.EntryPermissions JSON unmarshalling (a1pcm)
.RE
.IP \[bu] 2
Iclouddrive
.RS 2
.IP \[bu] 2
Fix \[aq]directory not found\[aq] error when the directory contains
accent marks (Brais Couce)
.RE
.IP \[bu] 2
S3
.RS 2
.IP \[bu] 2
Fix TencentCOS CDN endpoint failing on bucket check (Mozi)
.IP \[bu] 2
Fix empty delimiter parameter rejected by Archiware P5 server (Nick
Craig-Wood)
.RE
.SS v1.73.4 - 2026-04-08
.PP
See commits (https://github.com/rclone/rclone/compare/v1.73.3...v1.73.4)