doc: use consistent capitalization

This commit is contained in:
Martin Michlmayr 2020-05-20 18:54:33 +08:00 committed by Nick Craig-Wood
parent f34a40a709
commit a36ef8582f
9 changed files with 19 additions and 19 deletions

View File

@ -39,7 +39,7 @@ var (
// Description of how to auth for this app // Description of how to auth for this app
oauthConfig = &oauth2.Config{ oauthConfig = &oauth2.Config{
Scopes: []string{ Scopes: []string{
"credentials.r", // Read Openstack credentials "credentials.r", // Read OpenStack credentials
}, },
Endpoint: oauth2.Endpoint{ Endpoint: oauth2.Endpoint{
AuthURL: "https://api.hubic.com/oauth/auth/", AuthURL: "https://api.hubic.com/oauth/auth/",
@ -76,8 +76,8 @@ func init() {
// credentials is the JSON returned from the Hubic API to read the // credentials is the JSON returned from the Hubic API to read the
// OpenStack credentials // OpenStack credentials
type credentials struct { type credentials struct {
Token string `json:"token"` // Openstack token Token string `json:"token"` // OpenStack token
Endpoint string `json:"endpoint"` // Openstack endpoint Endpoint string `json:"endpoint"` // OpenStack endpoint
Expires string `json:"expires"` // Expires date - eg "2015-11-09T14:24:56+01:00" Expires string `json:"expires"` // Expires date - eg "2015-11-09T14:24:56+01:00"
} }

View File

@ -72,7 +72,7 @@ func init() {
// needs to be done early so we can use oauth during config // needs to be done early so we can use oauth during config
fs.Register(&fs.RegInfo{ fs.Register(&fs.RegInfo{
Name: "jottacloud", Name: "jottacloud",
Description: "JottaCloud", Description: "Jottacloud",
NewFs: NewFs, NewFs: NewFs,
Config: func(name string, m configmap.Mapper) { Config: func(name string, m configmap.Mapper) {
ctx := context.TODO() ctx := context.TODO()

View File

@ -73,7 +73,7 @@ copy operations.`,
func init() { func init() {
fs.Register(&fs.RegInfo{ fs.Register(&fs.RegInfo{
Name: "swift", Name: "swift",
Description: "Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)", Description: "OpenStack Swift (Rackspace Cloud Files, Memset Memstore, OVH)",
NewFs: NewFs, NewFs: NewFs,
Options: append([]fs.Option{{ Options: append([]fs.Option{{
Name: "env_auth", Name: "env_auth",

View File

@ -41,7 +41,7 @@ Rclone is a command line program to sync files and directories to and from:
* {{< provider name="Nextcloud" home="https://nextcloud.com/" config="/webdav/#nextcloud" >}} * {{< provider name="Nextcloud" home="https://nextcloud.com/" config="/webdav/#nextcloud" >}}
* {{< provider name="OVH" home="https://www.ovh.co.uk/public-cloud/storage/object-storage/" config="/swift/" >}} * {{< provider name="OVH" home="https://www.ovh.co.uk/public-cloud/storage/object-storage/" config="/swift/" >}}
* {{< provider name="OpenDrive" home="https://www.opendrive.com/" config="/opendrive/" >}} * {{< provider name="OpenDrive" home="https://www.opendrive.com/" config="/opendrive/" >}}
* {{< provider name="Openstack Swift" home="https://docs.openstack.org/swift/latest/" config="/swift/" >}} * {{< provider name="OpenStack Swift" home="https://docs.openstack.org/swift/latest/" config="/swift/" >}}
* {{< provider name="Oracle Cloud Storage" home="https://cloud.oracle.com/storage-opc" config="/swift/" >}} * {{< provider name="Oracle Cloud Storage" home="https://cloud.oracle.com/storage-opc" config="/swift/" >}}
* {{< provider name="ownCloud" home="https://owncloud.org/" config="/webdav/#owncloud" >}} * {{< provider name="ownCloud" home="https://owncloud.org/" config="/webdav/#owncloud" >}}
* {{< provider name="pCloud" home="https://www.pcloud.com/" config="/pcloud/" >}} * {{< provider name="pCloud" home="https://www.pcloud.com/" config="/pcloud/" >}}

View File

@ -44,7 +44,7 @@ See the following for detailed instructions for
* [Memory](/memory/) * [Memory](/memory/)
* [Microsoft Azure Blob Storage](/azureblob/) * [Microsoft Azure Blob Storage](/azureblob/)
* [Microsoft OneDrive](/onedrive/) * [Microsoft OneDrive](/onedrive/)
* [Openstack Swift / Rackspace Cloudfiles / Memset Memstore](/swift/) * [OpenStack Swift / Rackspace Cloudfiles / Memset Memstore](/swift/)
* [OpenDrive](/opendrive/) * [OpenDrive](/opendrive/)
* [Pcloud](/pcloud/) * [Pcloud](/pcloud/)
* [premiumize.me](/premiumizeme/) * [premiumize.me](/premiumizeme/)
@ -402,7 +402,7 @@ you have a 10 Mbit/s connection and you wish rclone to use half of it
- 5 Mbit/s. This is 5/8 = 0.625MByte/s so you would use a `--bwlimit - 5 Mbit/s. This is 5/8 = 0.625MByte/s so you would use a `--bwlimit
0.625M` parameter for rclone. 0.625M` parameter for rclone.
On Unix systems (Linux, MacOS, …) the bandwidth limiter can be toggled by On Unix systems (Linux, macOS, …) the bandwidth limiter can be toggled by
sending a `SIGUSR2` signal to rclone. This allows to remove the limitations sending a `SIGUSR2` signal to rclone. This allows to remove the limitations
of a long running rclone transfer and to restore it back to the value specified of a long running rclone transfer and to restore it back to the value specified
with `--bwlimit` quickly when needed. Assuming there is only one rclone instance with `--bwlimit` quickly when needed. Assuming there is only one rclone instance
@ -591,7 +591,7 @@ add multiple headers.
rclone sync s3:test/src ~/dst --header-download "X-Amz-Meta-Test: Foo" --header-download "X-Amz-Meta-Test2: Bar" rclone sync s3:test/src ~/dst --header-download "X-Amz-Meta-Test: Foo" --header-download "X-Amz-Meta-Test2: Bar"
``` ```
See the Github issue [here](https://github.com/rclone/rclone/issues/59) for See the GitHub issue [here](https://github.com/rclone/rclone/issues/59) for
currently supported backends. currently supported backends.
### --header-upload ### ### --header-upload ###
@ -603,7 +603,7 @@ multiple headers.
rclone sync ~/src s3:test/dst --header-upload "Content-Disposition: attachment; filename='cool.html'" --header-upload "X-Amz-Meta-Test: FooBar" rclone sync ~/src s3:test/dst --header-upload "Content-Disposition: attachment; filename='cool.html'" --header-upload "X-Amz-Meta-Test: FooBar"
``` ```
See the Github issue [here](https://github.com/rclone/rclone/issues/59) for See the GitHub issue [here](https://github.com/rclone/rclone/issues/59) for
currently supported backends. currently supported backends.
### --ignore-case-sync ### ### --ignore-case-sync ###
@ -1009,7 +1009,7 @@ Eg
See the [Configuration Encryption](#configuration-encryption) for more info. See the [Configuration Encryption](#configuration-encryption) for more info.
See a [Windows Powershell example on the Wiki.](https://github.com/rclone/rclone/wiki/Windows-Powershell-use-rclone-password-command-for-Config-file-password) See a [Windows PowerShell example on the Wiki.](https://github.com/rclone/rclone/wiki/Windows-Powershell-use-rclone-password-command-for-Config-file-password)
### -P, --progress ### ### -P, --progress ###

View File

@ -40,7 +40,7 @@ Type of storage to configure.
Enter a string value. Press Enter for the default (""). Enter a string value. Press Enter for the default ("").
Choose a number from below, or type in your own value Choose a number from below, or type in your own value
[snip] [snip]
XX / JottaCloud XX / Jottacloud
\ "jottacloud" \ "jottacloud"
[snip] [snip]
Storage> jottacloud Storage> jottacloud
@ -179,7 +179,7 @@ and the current usage.
<!--- autogenerated options start - DO NOT EDIT, instead edit fs.RegInfo in backend/jottacloud/jottacloud.go then run make backenddocs --> <!--- autogenerated options start - DO NOT EDIT, instead edit fs.RegInfo in backend/jottacloud/jottacloud.go then run make backenddocs -->
### Advanced Options ### Advanced Options
Here are the advanced options specific to jottacloud (JottaCloud). Here are the advanced options specific to jottacloud (Jottacloud).
#### --jottacloud-md5-memory-limit #### --jottacloud-md5-memory-limit

View File

@ -38,7 +38,7 @@ Here is an overview of the major features of each cloud storage system.
| Microsoft Azure Blob Storage | MD5 | Yes | No | No | R/W | | Microsoft Azure Blob Storage | MD5 | Yes | No | No | R/W |
| Microsoft OneDrive | SHA1 ‡‡ | Yes | Yes | No | R | | Microsoft OneDrive | SHA1 ‡‡ | Yes | Yes | No | R |
| OpenDrive | MD5 | Yes | Yes | No | - | | OpenDrive | MD5 | Yes | Yes | No | - |
| Openstack Swift | MD5 | Yes | No | No | R/W | | OpenStack Swift | MD5 | Yes | No | No | R/W |
| pCloud | MD5, SHA1 | Yes | No | No | W | | pCloud | MD5, SHA1 | Yes | No | No | W |
| premiumize.me | - | No | Yes | No | R | | premiumize.me | - | No | Yes | No | R |
| put.io | CRC-32 | Yes | No | Yes | R | | put.io | CRC-32 | Yes | No | Yes | R |
@ -339,7 +339,7 @@ operations more efficient.
| Microsoft Azure Blob Storage | Yes | Yes | No | No | No | Yes | Yes | No [#2178](https://github.com/rclone/rclone/issues/2178) | No | No | | Microsoft Azure Blob Storage | Yes | Yes | No | No | No | Yes | Yes | No [#2178](https://github.com/rclone/rclone/issues/2178) | No | No |
| Microsoft OneDrive | Yes | Yes | Yes | Yes | No [#575](https://github.com/rclone/rclone/issues/575) | No | No | Yes | Yes | Yes | | Microsoft OneDrive | Yes | Yes | Yes | Yes | No [#575](https://github.com/rclone/rclone/issues/575) | No | No | Yes | Yes | Yes |
| OpenDrive | Yes | Yes | Yes | Yes | No | No | No | No | No | Yes | | OpenDrive | Yes | Yes | Yes | Yes | No | No | No | No | No | Yes |
| Openstack Swift | Yes † | Yes | No | No | No | Yes | Yes | No [#2178](https://github.com/rclone/rclone/issues/2178) | Yes | No | | OpenStack Swift | Yes † | Yes | No | No | No | Yes | Yes | No [#2178](https://github.com/rclone/rclone/issues/2178) | Yes | No |
| pCloud | Yes | Yes | Yes | Yes | Yes | No | No | No [#2178](https://github.com/rclone/rclone/issues/2178) | Yes | Yes | | pCloud | Yes | Yes | Yes | Yes | Yes | No | No | No [#2178](https://github.com/rclone/rclone/issues/2178) | Yes | Yes |
| premiumize.me | Yes | No | Yes | Yes | No | No | No | Yes | Yes | Yes | | premiumize.me | Yes | No | Yes | Yes | No | No | No | Yes | Yes | Yes |
| put.io | Yes | No | Yes | Yes | Yes | No | Yes | No [#2178](https://github.com/rclone/rclone/issues/2178) | Yes | Yes | | put.io | Yes | No | Yes | Yes | Yes | No | Yes | No [#2178](https://github.com/rclone/rclone/issues/2178) | Yes | Yes |

View File

@ -7,7 +7,7 @@ date: "2014-04-26"
<i class="fa fa-space-shuttle"></i>Swift <i class="fa fa-space-shuttle"></i>Swift
---------------------------------------- ----------------------------------------
Swift refers to [Openstack Object Storage](https://docs.openstack.org/swift/latest/). Swift refers to [OpenStack Object Storage](https://docs.openstack.org/swift/latest/).
Commercial implementations of that being: Commercial implementations of that being:
* [Rackspace Cloud Files](https://www.rackspace.com/cloud/files/) * [Rackspace Cloud Files](https://www.rackspace.com/cloud/files/)
@ -35,7 +35,7 @@ name> remote
Type of storage to configure. Type of storage to configure.
Choose a number from below, or type in your own value Choose a number from below, or type in your own value
[snip] [snip]
XX / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH) XX / OpenStack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
\ "swift" \ "swift"
[snip] [snip]
Storage> swift Storage> swift

View File

@ -150,7 +150,7 @@ although existing files can be opened using any case, the exact case used
to create the file is preserved and available for programs to query. to create the file is preserved and available for programs to query.
It is not allowed for two files in the same directory to differ only by case. It is not allowed for two files in the same directory to differ only by case.
Usually file systems on MacOS are case-insensitive. It is possible to make MacOS Usually file systems on macOS are case-insensitive. It is possible to make macOS
file systems case-sensitive but that is not the default file systems case-sensitive but that is not the default
The "--vfs-case-insensitive" mount flag controls how rclone handles these The "--vfs-case-insensitive" mount flag controls how rclone handles these
@ -172,6 +172,6 @@ may differ from case sensitivity of a file system mounted by rclone (the source)
The flag controls whether "fixup" is performed to satisfy the target. The flag controls whether "fixup" is performed to satisfy the target.
If the flag is not provided on command line, then its default value depends If the flag is not provided on command line, then its default value depends
on the operating system where rclone runs: "true" on Windows and MacOS, "false" on the operating system where rclone runs: "true" on Windows and macOS, "false"
otherwise. If the flag is provided without a value, then it is "true". otherwise. If the flag is provided without a value, then it is "true".
` `