From a54692d165a9599037ab5ee62639137496993c28 Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Wed, 8 Mar 2017 13:21:57 +0200 Subject: [PATCH] OneDrive vs One Drive It's better to call this service as it's officially named. --- README.md | 2 +- cmd/cmd.go | 2 +- docs/content/about.md | 2 +- docs/content/changelog.md | 6 +++--- docs/content/commands/rclone.md | 2 +- docs/content/docs.md | 2 +- docs/content/overview.md | 4 ++-- docs/layouts/chrome/navbar.html | 2 +- onedrive/onedrive.go | 4 ++-- snapcraft-dev.yaml | 2 +- snapcraft.yaml | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 49a2bf530..484dd7110 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Rclone is a command line program to sync files and directories to and from * Dropbox * Google Cloud Storage * Amazon Drive - * Microsoft One Drive + * Microsoft OneDrive * Hubic * Backblaze B2 * Yandex Disk diff --git a/cmd/cmd.go b/cmd/cmd.go index a37d9e19c..760908b90 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -48,7 +48,7 @@ from various cloud storage systems, such as: * Dropbox * Google Cloud Storage * Amazon Drive - * Microsoft One Drive + * Microsoft OneDrive * Hubic * Backblaze B2 * Yandex Disk diff --git a/docs/content/about.md b/docs/content/about.md index a34221bdf..f38695b06 100644 --- a/docs/content/about.md +++ b/docs/content/about.md @@ -19,7 +19,7 @@ Rclone is a command line program to sync files and directories to and from * Dropbox * Google Cloud Storage * Amazon Drive - * Microsoft One Drive + * Microsoft OneDrive * Hubic * Backblaze B2 * Yandex Disk diff --git a/docs/content/changelog.md b/docs/content/changelog.md index c1c9adc99..b50266ce5 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -391,7 +391,7 @@ Changelog * Upload releases to github too * Swift * Fix sync for chunked files - * One Drive + * OneDrive * Re-enable server side copy * Don't mask HTTP error codes with JSON decode error * S3 @@ -407,11 +407,11 @@ Changelog * Stop SetModTime losing metadata (eg X-Object-Manifest) * This could have caused data loss for files > 5GB in size * Use ContentType from Object to avoid lookups in listings - * One Drive + * OneDrive * disable server side copy as it seems to be broken at Microsoft * v1.24 - 2015-11-07 * New features - * Add support for Microsoft One Drive + * Add support for Microsoft OneDrive * Add `--no-check-certificate` option to disable server certificate verification * Add async readahead buffer for faster transfer of big files * Fixes diff --git a/docs/content/commands/rclone.md b/docs/content/commands/rclone.md index 89dde4eda..58fc570ef 100644 --- a/docs/content/commands/rclone.md +++ b/docs/content/commands/rclone.md @@ -21,7 +21,7 @@ from various cloud storage systems, such as: * Dropbox * Google Cloud Storage * Amazon Drive - * Microsoft One Drive + * Microsoft OneDrive * Hubic * Backblaze B2 * Yandex Disk diff --git a/docs/content/docs.md b/docs/content/docs.md index 29c1b7489..41dd946cb 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -28,7 +28,7 @@ See the following for detailed instructions for * [Amazon Drive](/amazonclouddrive/) * [Backblaze B2](/b2/) * [Hubic](/hubic/) - * [Microsoft One Drive](/onedrive/) + * [Microsoft OneDrive](/onedrive/) * [Yandex Disk](/yandex/) * [SFTP](/sftp/) * [Crypt](/crypt/) - to encrypt other remotes diff --git a/docs/content/overview.md b/docs/content/overview.md index 1b801c815..4c16d0c95 100644 --- a/docs/content/overview.md +++ b/docs/content/overview.md @@ -23,7 +23,7 @@ Here is an overview of the major features of each cloud storage system. | Dropbox | - | No | Yes | No | R | | Google Cloud Storage | MD5 | Yes | No | No | R/W | | Amazon Drive | MD5 | No | Yes | No | R | -| Microsoft One Drive | SHA1 | Yes | Yes | No | R | +| Microsoft OneDrive | SHA1 | Yes | Yes | No | R | | Hubic | MD5 | Yes | No | No | R/W | | Backblaze B2 | SHA1 | Yes | No | No | R/W | | Yandex Disk | MD5 | Yes | No | No | R/W | @@ -111,7 +111,7 @@ operations more efficient. | Dropbox | Yes | Yes | Yes | Yes | No [#575](https://github.com/ncw/rclone/issues/575) | | Google Cloud Storage | Yes | Yes | No | No | No | | Amazon Drive | Yes | No | Yes | Yes | No [#575](https://github.com/ncw/rclone/issues/575) | -| Microsoft One Drive | Yes | Yes | Yes | No [#197](https://github.com/ncw/rclone/issues/197) | No [#575](https://github.com/ncw/rclone/issues/575) | +| Microsoft OneDrive | Yes | Yes | Yes | No [#197](https://github.com/ncw/rclone/issues/197) | No [#575](https://github.com/ncw/rclone/issues/575) | | Hubic | Yes † | Yes | No | No | No | | Backblaze B2 | No | No | No | No | Yes | | Yandex Disk | Yes | No | No | No | No [#575](https://github.com/ncw/rclone/issues/575) | diff --git a/docs/layouts/chrome/navbar.html b/docs/layouts/chrome/navbar.html index 08a4fe146..692e8cba7 100644 --- a/docs/layouts/chrome/navbar.html +++ b/docs/layouts/chrome/navbar.html @@ -55,7 +55,7 @@
  • Dropbox
  • Google Cloud Storage
  • Amazon Drive
  • -
  • Microsoft One Drive
  • +
  • Microsoft OneDrive
  • Hubic
  • Backblaze B2
  • Local
  • diff --git a/onedrive/onedrive.go b/onedrive/onedrive.go index a4fb1f387..9dd46909e 100644 --- a/onedrive/onedrive.go +++ b/onedrive/onedrive.go @@ -1,4 +1,4 @@ -// Package onedrive provides an interface to the Microsoft One Drive +// Package onedrive provides an interface to the Microsoft OneDrive // object storage system. package onedrive @@ -189,7 +189,7 @@ func NewFs(name, root string) (fs.Fs, error) { root = parsePath(root) oAuthClient, ts, err := oauthutil.NewClient(name, oauthConfig) if err != nil { - log.Fatalf("Failed to configure One Drive: %v", err) + log.Fatalf("Failed to configure OneDrive: %v", err) } f := &Fs{ diff --git a/snapcraft-dev.yaml b/snapcraft-dev.yaml index 635bf813b..a306b387a 100644 --- a/snapcraft-dev.yaml +++ b/snapcraft-dev.yaml @@ -3,7 +3,7 @@ version: dev-latest summary: rsync for cloud storage description: Rclone is a command line program to sync files to and from cloud storage providers such as - Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files. + Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, OneDrive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files. confinement: strict grade: stable diff --git a/snapcraft.yaml b/snapcraft.yaml index 959d608d3..9a7548b69 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -3,7 +3,7 @@ version: 1.36 summary: rsync for cloud storage description: Rclone is a command line program to sync files to and from cloud storage providers such as - Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files. + Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, OneDrive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files. confinement: strict grade: stable