diff --git a/MANUAL.html b/MANUAL.html
index f37861a96..3922e4f13 100644
--- a/MANUAL.html
+++ b/MANUAL.html
@@ -19,7 +19,7 @@
Rclone syncs your files to cloud storage
@@ -8574,7 +8574,7 @@ Showing nodes accounting for 1537.03kB, 100% of 1537.03kB total
--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.61.0")
+ --user-agent string Set the user-agent to a specified string (default "rclone/v1.61.1")
-v, --verbose count Print lots more stuff (repeat for more)
Backend Flags
These flags are available for every command. They control the backends and may be set in the config file.
@@ -12167,7 +12167,7 @@ $ rclone -q --s3-versions ls s3:cleanup-test
--s3-endpoint
-Endpoint of the Shared Gateway.
+Endpoint for Storj Gateway.
Properties:
Config: endpoint
@@ -12177,17 +12177,9 @@ $ rclone -q --s3-versions ls s3:cleanup-test
Required: false
Examples:
-"gateway.eu1.storjshare.io"
+ "gateway.storjshare.io"
-"gateway.us1.storjshare.io"
-
-"gateway.ap1.storjshare.io"
-
-Asia-Pacific Shared Gateway
+Global Hosted Gateway
@@ -24607,26 +24599,10 @@ Description: Due to a configuration change made by your administrator, or becaus
Can not access Shared
with me files
Shared with me files is not supported by rclone currently , but there is a workaround:
-Visit https://onedrive.live.com
-Right click a item in Shared
, then click Add shortcut to My files
in the context
-
-Screenshot (Shared with me)
-
-make_shortcut
-
-
-The shortcut will appear in My files
, you can access it with rclone, it behaves like a normal folder/file.
-
-Screenshot (My Files)
-
-in_my_files
-
-
+Visit https://onedrive.live.com
+Right click a item in Shared
, then click Add shortcut to My files
in the context
+The shortcut will appear in My files
, you can access it with rclone, it behaves like a normal folder/file.
-
-Screenshot (rclone mount)
-
-
OpenDrive
Paths are specified as remote:path
Paths may be as deep as required, e.g. remote:directory/subdirectory
.
@@ -29580,6 +29556,38 @@ $ tree /tmp/b
"error": return an error based on option value
Changelog
+v1.61.1 - 2022-12-23
+See commits
+
+Bug Fixes
+
+docs:
+
+Show only significant parts of version number in version introduced label (albertony)
+Fix unescaped HTML (Nick Craig-Wood)
+
+lib/http: Shutdown all servers on exit to remove unix socket (Nick Craig-Wood)
+rc: Fix --rc-addr
flag (which is an alternate for --url
) (Anagh Kumar Baranwal)
+serve restic
+
+Don't serve via http if serving via --stdio
(Nick Craig-Wood)
+Fix immediate exit when not using stdio (Nick Craig-Wood)
+
+serve webdav
+
+Fix --baseurl
handling after lib/http
refactor (Nick Craig-Wood)
+Fix running duplicate Serve call (Nick Craig-Wood)
+
+
+Azure Blob
+
+Fix "409 Public access is not permitted on this storage account" (Nick Craig-Wood)
+
+S3
+
+storj: Update endpoints (Kaloyan Raev)
+
+
v1.61.0 - 2022-12-20
See commits
diff --git a/MANUAL.md b/MANUAL.md
index 59c2cef30..c1306e0a3 100644
--- a/MANUAL.md
+++ b/MANUAL.md
@@ -1,6 +1,6 @@
% rclone(1) User Manual
% Nick Craig-Wood
-% Dec 20, 2022
+% Dec 23, 2022
# Rclone syncs your files to cloud storage
@@ -14729,7 +14729,7 @@ These flags are available for every command.
--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.61.0")
+ --user-agent string Set the user-agent to a specified string (default "rclone/v1.61.1")
-v, --verbose count Print lots more stuff (repeat for more)
```
@@ -19025,7 +19025,7 @@ Properties:
#### --s3-endpoint
-Endpoint of the Shared Gateway.
+Endpoint for Storj Gateway.
Properties:
@@ -19035,12 +19035,8 @@ Properties:
- Type: string
- Required: false
- Examples:
- - "gateway.eu1.storjshare.io"
- - EU1 Shared Gateway
- - "gateway.us1.storjshare.io"
- - US1 Shared Gateway
- - "gateway.ap1.storjshare.io"
- - Asia-Pacific Shared Gateway
+ - "gateway.storjshare.io"
+ - Global Hosted Gateway
#### --s3-endpoint
@@ -35278,24 +35274,10 @@ Shared with me files is not supported by rclone [currently](https://github.com/r
1. Visit [https://onedrive.live.com](https://onedrive.live.com/)
2. Right click a item in `Shared`, then click `Add shortcut to My files` in the context
-
- Screenshot (Shared with me)
-
- 
-
-
+ ")
3. The shortcut will appear in `My files`, you can access it with rclone, it behaves like a normal folder/file.
-
- Screenshot (My Files)
-
- 
-
-
-
- Screenshot (rclone mount)
-
- 
-
+ ")
+ ")
# OpenDrive
@@ -41884,6 +41866,27 @@ Options:
# Changelog
+## v1.61.1 - 2022-12-23
+
+[See commits](https://github.com/rclone/rclone/compare/v1.61.0...v1.61.1)
+
+* Bug Fixes
+ * docs:
+ * Show only significant parts of version number in version introduced label (albertony)
+ * Fix unescaped HTML (Nick Craig-Wood)
+ * lib/http: Shutdown all servers on exit to remove unix socket (Nick Craig-Wood)
+ * rc: Fix `--rc-addr` flag (which is an alternate for `--url`) (Anagh Kumar Baranwal)
+ * serve restic
+ * Don't serve via http if serving via `--stdio` (Nick Craig-Wood)
+ * Fix immediate exit when not using stdio (Nick Craig-Wood)
+ * serve webdav
+ * Fix `--baseurl` handling after `lib/http` refactor (Nick Craig-Wood)
+ * Fix running duplicate Serve call (Nick Craig-Wood)
+* Azure Blob
+ * Fix "409 Public access is not permitted on this storage account" (Nick Craig-Wood)
+* S3
+ * storj: Update endpoints (Kaloyan Raev)
+
## v1.61.0 - 2022-12-20
[See commits](https://github.com/rclone/rclone/compare/v1.60.0...v1.61.0)
diff --git a/MANUAL.txt b/MANUAL.txt
index 81320892b..627dd06ba 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1,6 +1,6 @@
rclone(1) User Manual
Nick Craig-Wood
-Dec 20, 2022
+Dec 23, 2022
Rclone syncs your files to cloud storage
@@ -14284,7 +14284,7 @@ These flags are available for every command.
--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.61.0")
+ --user-agent string Set the user-agent to a specified string (default "rclone/v1.61.1")
-v, --verbose count Print lots more stuff (repeat for more)
Backend Flags
@@ -18527,7 +18527,7 @@ Properties:
--s3-endpoint
-Endpoint of the Shared Gateway.
+Endpoint for Storj Gateway.
Properties:
@@ -18537,12 +18537,8 @@ Properties:
- Type: string
- Required: false
- Examples:
- - "gateway.eu1.storjshare.io"
- - EU1 Shared Gateway
- - "gateway.us1.storjshare.io"
- - US1 Shared Gateway
- - "gateway.ap1.storjshare.io"
- - Asia-Pacific Shared Gateway
+ - "gateway.storjshare.io"
+ - Global Hosted Gateway
--s3-endpoint
@@ -34767,24 +34763,11 @@ Shared with me files is not supported by rclone currently, but there is
a workaround:
1. Visit https://onedrive.live.com
-
2. Right click a item in Shared, then click Add shortcut to My files in
- the context
-
- Screenshot (Shared with me)
-
- [make_shortcut]
-
+ the context [make_shortcut]
3. The shortcut will appear in My files, you can access it with rclone,
- it behaves like a normal folder/file.
+ it behaves like a normal folder/file. [in_my_files] [rclone_mount]
- Screenshot (My Files)
-
- [in_my_files]
-
-Screenshot (rclone mount)
-
-[rclone_mount]
OpenDrive
Paths are specified as remote:path
@@ -41358,6 +41341,33 @@ Options:
Changelog
+v1.61.1 - 2022-12-23
+
+See commits
+
+- Bug Fixes
+ - docs:
+ - Show only significant parts of version number in version
+ introduced label (albertony)
+ - Fix unescaped HTML (Nick Craig-Wood)
+ - lib/http: Shutdown all servers on exit to remove unix socket
+ (Nick Craig-Wood)
+ - rc: Fix --rc-addr flag (which is an alternate for --url) (Anagh
+ Kumar Baranwal)
+ - serve restic
+ - Don't serve via http if serving via --stdio (Nick
+ Craig-Wood)
+ - Fix immediate exit when not using stdio (Nick Craig-Wood)
+ - serve webdav
+ - Fix --baseurl handling after lib/http refactor (Nick
+ Craig-Wood)
+ - Fix running duplicate Serve call (Nick Craig-Wood)
+- Azure Blob
+ - Fix "409 Public access is not permitted on this storage account"
+ (Nick Craig-Wood)
+- S3
+ - storj: Update endpoints (Kaloyan Raev)
+
v1.61.0 - 2022-12-20
See commits
diff --git a/docs/content/changelog.md b/docs/content/changelog.md
index 2ba5494ea..264111ef1 100644
--- a/docs/content/changelog.md
+++ b/docs/content/changelog.md
@@ -5,6 +5,27 @@ description: "Rclone Changelog"
# Changelog
+## v1.61.1 - 2022-12-23
+
+[See commits](https://github.com/rclone/rclone/compare/v1.61.0...v1.61.1)
+
+* Bug Fixes
+ * docs:
+ * Show only significant parts of version number in version introduced label (albertony)
+ * Fix unescaped HTML (Nick Craig-Wood)
+ * lib/http: Shutdown all servers on exit to remove unix socket (Nick Craig-Wood)
+ * rc: Fix `--rc-addr` flag (which is an alternate for `--url`) (Anagh Kumar Baranwal)
+ * serve restic
+ * Don't serve via http if serving via `--stdio` (Nick Craig-Wood)
+ * Fix immediate exit when not using stdio (Nick Craig-Wood)
+ * serve webdav
+ * Fix `--baseurl` handling after `lib/http` refactor (Nick Craig-Wood)
+ * Fix running duplicate Serve call (Nick Craig-Wood)
+* Azure Blob
+ * Fix "409 Public access is not permitted on this storage account" (Nick Craig-Wood)
+* S3
+ * storj: Update endpoints (Kaloyan Raev)
+
## v1.61.0 - 2022-12-20
[See commits](https://github.com/rclone/rclone/compare/v1.60.0...v1.61.0)
diff --git a/docs/content/flags.md b/docs/content/flags.md
index 48771a909..300f2ab96 100644
--- a/docs/content/flags.md
+++ b/docs/content/flags.md
@@ -170,7 +170,7 @@ These flags are available for every command.
--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.61.0")
+ --user-agent string Set the user-agent to a specified string (default "rclone/v1.61.1")
-v, --verbose count Print lots more stuff (repeat for more)
```
diff --git a/docs/content/s3.md b/docs/content/s3.md
index 172365e24..0a1ca2fb9 100644
--- a/docs/content/s3.md
+++ b/docs/content/s3.md
@@ -1474,7 +1474,7 @@ Properties:
#### --s3-endpoint
-Endpoint of the Shared Gateway.
+Endpoint for Storj Gateway.
Properties:
@@ -1484,12 +1484,8 @@ Properties:
- Type: string
- Required: false
- Examples:
- - "gateway.eu1.storjshare.io"
- - EU1 Shared Gateway
- - "gateway.us1.storjshare.io"
- - US1 Shared Gateway
- - "gateway.ap1.storjshare.io"
- - Asia-Pacific Shared Gateway
+ - "gateway.storjshare.io"
+ - Global Hosted Gateway
#### --s3-endpoint
diff --git a/rclone.1 b/rclone.1
index 2b14cd4ff..617a2dbf5 100644
--- a/rclone.1
+++ b/rclone.1
@@ -1,7 +1,7 @@
.\"t
.\" Automatically generated by Pandoc 2.9.2.1
.\"
-.TH "rclone" "1" "Dec 20, 2022" "User Manual" ""
+.TH "rclone" "1" "Dec 23, 2022" "User Manual" ""
.hy
.SH Rclone syncs your files to cloud storage
.PP
@@ -20207,7 +20207,7 @@ These flags are available for every command.
--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 \[dq]rclone/v1.61.0\[dq])
+ --user-agent string Set the user-agent to a specified string (default \[dq]rclone/v1.61.1\[dq])
-v, --verbose count Print lots more stuff (repeat for more)
\f[R]
.fi
@@ -26546,7 +26546,7 @@ EU Endpoint
.RE
.SS --s3-endpoint
.PP
-Endpoint of the Shared Gateway.
+Endpoint for Storj Gateway.
.PP
Properties:
.IP \[bu] 2
@@ -26563,22 +26563,10 @@ Required: false
Examples:
.RS 2
.IP \[bu] 2
-\[dq]gateway.eu1.storjshare.io\[dq]
+\[dq]gateway.storjshare.io\[dq]
.RS 2
.IP \[bu] 2
-EU1 Shared Gateway
-.RE
-.IP \[bu] 2
-\[dq]gateway.us1.storjshare.io\[dq]
-.RS 2
-.IP \[bu] 2
-US1 Shared Gateway
-.RE
-.IP \[bu] 2
-\[dq]gateway.ap1.storjshare.io\[dq]
-.RS 2
-.IP \[bu] 2
-Asia-Pacific Shared Gateway
+Global Hosted Gateway
.RE
.RE
.SS --s3-endpoint
@@ -48342,23 +48330,11 @@ Visit https://onedrive.live.com (https://onedrive.live.com/)
.IP "2." 3
Right click a item in \f[C]Shared\f[R], then click
\f[C]Add shortcut to My files\f[R] in the context
-.RS 4
-.PP
-Screenshot (Shared with me)
-.PP
[IMAGE: make_shortcut (https://user-images.githubusercontent.com/60313789/206118040-7e762b3b-aa61-41a1-8649-cc18889f3572.png)]
-.RE
.IP "3." 3
The shortcut will appear in \f[C]My files\f[R], you can access it with
rclone, it behaves like a normal folder/file.
-.RS 4
-.PP
-Screenshot (My Files)
-.PP
[IMAGE: in_my_files (https://i.imgur.com/0S8H3li.png)]
-.RE
-.PP
-Screenshot (rclone mount)
[IMAGE: rclone_mount (https://i.imgur.com/2Iq66sW.png)]
.SH OpenDrive
.PP
@@ -57215,6 +57191,59 @@ Options:
.IP \[bu] 2
\[dq]error\[dq]: return an error based on option value
.SH Changelog
+.SS v1.61.1 - 2022-12-23
+.PP
+See commits (https://github.com/rclone/rclone/compare/v1.61.0...v1.61.1)
+.IP \[bu] 2
+Bug Fixes
+.RS 2
+.IP \[bu] 2
+docs:
+.RS 2
+.IP \[bu] 2
+Show only significant parts of version number in version introduced
+label (albertony)
+.IP \[bu] 2
+Fix unescaped HTML (Nick Craig-Wood)
+.RE
+.IP \[bu] 2
+lib/http: Shutdown all servers on exit to remove unix socket (Nick
+Craig-Wood)
+.IP \[bu] 2
+rc: Fix \f[C]--rc-addr\f[R] flag (which is an alternate for
+\f[C]--url\f[R]) (Anagh Kumar Baranwal)
+.IP \[bu] 2
+serve restic
+.RS 2
+.IP \[bu] 2
+Don\[aq]t serve via http if serving via \f[C]--stdio\f[R] (Nick
+Craig-Wood)
+.IP \[bu] 2
+Fix immediate exit when not using stdio (Nick Craig-Wood)
+.RE
+.IP \[bu] 2
+serve webdav
+.RS 2
+.IP \[bu] 2
+Fix \f[C]--baseurl\f[R] handling after \f[C]lib/http\f[R] refactor (Nick
+Craig-Wood)
+.IP \[bu] 2
+Fix running duplicate Serve call (Nick Craig-Wood)
+.RE
+.RE
+.IP \[bu] 2
+Azure Blob
+.RS 2
+.IP \[bu] 2
+Fix \[dq]409 Public access is not permitted on this storage account\[dq]
+(Nick Craig-Wood)
+.RE
+.IP \[bu] 2
+S3
+.RS 2
+.IP \[bu] 2
+storj: Update endpoints (Kaloyan Raev)
+.RE
.SS v1.61.0 - 2022-12-20
.PP
See commits (https://github.com/rclone/rclone/compare/v1.60.0...v1.61.0)