diff --git a/backend/hubic/hubic.go b/backend/hubic/hubic.go index 57b72070b..c233727d6 100644 --- a/backend/hubic/hubic.go +++ b/backend/hubic/hubic.go @@ -39,7 +39,7 @@ var ( // Description of how to auth for this app oauthConfig = &oauth2.Config{ Scopes: []string{ - "credentials.r", // Read Openstack credentials + "credentials.r", // Read OpenStack credentials }, Endpoint: oauth2.Endpoint{ 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 // OpenStack credentials type credentials struct { - Token string `json:"token"` // Openstack token - Endpoint string `json:"endpoint"` // Openstack endpoint + Token string `json:"token"` // OpenStack token + Endpoint string `json:"endpoint"` // OpenStack endpoint Expires string `json:"expires"` // Expires date - eg "2015-11-09T14:24:56+01:00" } diff --git a/backend/jottacloud/jottacloud.go b/backend/jottacloud/jottacloud.go index fe9ce39d9..3941fadcd 100644 --- a/backend/jottacloud/jottacloud.go +++ b/backend/jottacloud/jottacloud.go @@ -72,7 +72,7 @@ func init() { // needs to be done early so we can use oauth during config fs.Register(&fs.RegInfo{ Name: "jottacloud", - Description: "JottaCloud", + Description: "Jottacloud", NewFs: NewFs, Config: func(name string, m configmap.Mapper) { ctx := context.TODO() diff --git a/backend/swift/swift.go b/backend/swift/swift.go index bfcd12f62..c86532281 100644 --- a/backend/swift/swift.go +++ b/backend/swift/swift.go @@ -73,7 +73,7 @@ copy operations.`, func init() { fs.Register(&fs.RegInfo{ Name: "swift", - Description: "Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)", + Description: "OpenStack Swift (Rackspace Cloud Files, Memset Memstore, OVH)", NewFs: NewFs, Options: append([]fs.Option{{ Name: "env_auth", diff --git a/docs/content/about.md b/docs/content/about.md index cad2fa219..579b7c4c2 100644 --- a/docs/content/about.md +++ b/docs/content/about.md @@ -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="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="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="ownCloud" home="https://owncloud.org/" config="/webdav/#owncloud" >}} * {{< provider name="pCloud" home="https://www.pcloud.com/" config="/pcloud/" >}} diff --git a/docs/content/docs.md b/docs/content/docs.md index 8104fb9a5..f9cbd6ff1 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -44,7 +44,7 @@ See the following for detailed instructions for * [Memory](/memory/) * [Microsoft Azure Blob Storage](/azureblob/) * [Microsoft OneDrive](/onedrive/) - * [Openstack Swift / Rackspace Cloudfiles / Memset Memstore](/swift/) + * [OpenStack Swift / Rackspace Cloudfiles / Memset Memstore](/swift/) * [OpenDrive](/opendrive/) * [Pcloud](/pcloud/) * [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 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 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 @@ -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" ``` -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. ### --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" ``` -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. ### --ignore-case-sync ### @@ -1009,7 +1009,7 @@ Eg 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 ### diff --git a/docs/content/jottacloud.md b/docs/content/jottacloud.md index 4e151cda6..e68900fba 100644 --- a/docs/content/jottacloud.md +++ b/docs/content/jottacloud.md @@ -40,7 +40,7 @@ Type of storage to configure. Enter a string value. Press Enter for the default (""). Choose a number from below, or type in your own value [snip] -XX / JottaCloud +XX / Jottacloud \ "jottacloud" [snip] Storage> jottacloud @@ -179,7 +179,7 @@ and the current usage. ### Advanced Options -Here are the advanced options specific to jottacloud (JottaCloud). +Here are the advanced options specific to jottacloud (Jottacloud). #### --jottacloud-md5-memory-limit diff --git a/docs/content/overview.md b/docs/content/overview.md index 62b7ab63d..95dbff92f 100644 --- a/docs/content/overview.md +++ b/docs/content/overview.md @@ -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 OneDrive | SHA1 ‡‡ | Yes | Yes | No | R | | 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 | | premiumize.me | - | No | Yes | No | 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 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 | -| 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 | | 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 | diff --git a/docs/content/swift.md b/docs/content/swift.md index 35541852a..94fb398e8 100644 --- a/docs/content/swift.md +++ b/docs/content/swift.md @@ -7,7 +7,7 @@ date: "2014-04-26" 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: * [Rackspace Cloud Files](https://www.rackspace.com/cloud/files/) @@ -35,7 +35,7 @@ name> remote Type of storage to configure. Choose a number from below, or type in your own value [snip] -XX / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH) +XX / OpenStack Swift (Rackspace Cloud Files, Memset Memstore, OVH) \ "swift" [snip] Storage> swift diff --git a/vfs/help.go b/vfs/help.go index 03c372dd9..1ce66d8a2 100644 --- a/vfs/help.go +++ b/vfs/help.go @@ -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. 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 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. 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". `