Version v1.57.0

This commit is contained in:
Nick Craig-Wood
2021-11-01 15:42:05 +00:00
parent e781bcbba1
commit 169990e270
96 changed files with 19756 additions and 11228 deletions

View File

@@ -321,13 +321,13 @@ https://f002.backblazeb2.com/file/bucket/path/folder/file3?Authorization=xxxxxxx
```
{{< rem autogenerated options start" - DO NOT EDIT - instead edit fs.RegInfo in backend/b2/b2.go then run make backenddocs" >}}
### Standard Options
### Standard options
Here are the standard options specific to b2 (Backblaze B2).
#### --b2-account
Account ID or Application Key ID
Account ID or Application Key ID.
- Config: account
- Env Var: RCLONE_B2_ACCOUNT
@@ -336,7 +336,7 @@ Account ID or Application Key ID
#### --b2-key
Application Key
Application Key.
- Config: key
- Env Var: RCLONE_B2_KEY
@@ -352,13 +352,14 @@ Permanently delete files on remote removal, otherwise hide files.
- Type: bool
- Default: false
### Advanced Options
### Advanced options
Here are the advanced options specific to b2 (Backblaze B2).
#### --b2-endpoint
Endpoint for the service.
Leave blank normally.
- Config: endpoint
@@ -388,6 +389,7 @@ in the [b2 integrations checklist](https://www.backblaze.com/b2/docs/integration
#### --b2-versions
Include old versions in directory listings.
Note that when using this no file write operations are permitted,
so you can't upload files or delete them.
@@ -411,7 +413,7 @@ This value should be set no larger than 4.657 GiB (== 5 GB).
#### --b2-copy-cutoff
Cutoff for switching to multipart copy
Cutoff for switching to multipart copy.
Any files larger than this that need to be server-side copied will be
copied in chunks of this size.
@@ -425,12 +427,14 @@ The minimum is 0 and the maximum is 4.6 GiB.
#### --b2-chunk-size
Upload chunk size. Must fit in memory.
Upload chunk size.
When uploading large files, chunk the file into this size. Note that
these chunks are buffered in memory and there might a maximum of
"--transfers" chunks in progress at once. 5,000,000 Bytes is the
minimum size.
When uploading large files, chunk the file into this size.
Must fit in memory. These chunks are buffered in memory and there
might a maximum of "--transfers" chunks in progress at once.
5,000,000 Bytes is the minimum size.
- Config: chunk_size
- Env Var: RCLONE_B2_CHUNK_SIZE
@@ -439,7 +443,7 @@ minimum size.
#### --b2-disable-checksum
Disable checksums for large (> upload cutoff) files
Disable checksums for large (> upload cutoff) files.
Normally rclone will calculate the SHA1 checksum of the input before
uploading it so it can add it to metadata on the object. This is great
@@ -503,7 +507,7 @@ Whether to use mmap buffers in internal memory pool.
This sets the encoding for the backend.
See: the [encoding section in the overview](/overview/#encoding) for more info.
See the [encoding section in the overview](/overview/#encoding) for more info.
- Config: encoding
- Env Var: RCLONE_B2_ENCODING