diff --git a/MANUAL.html b/MANUAL.html
index b88fd8609..ca1d0b4be 100644
--- a/MANUAL.html
+++ b/MANUAL.html
@@ -23,7 +23,7 @@
-Amazon Cloud Drive |
+Amazon Drive |
MD5 |
No |
Yes |
@@ -753,7 +753,7 @@ e/n/d/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -956,7 +956,7 @@ n/s> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -1178,7 +1178,7 @@ n/s> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -1282,7 +1282,7 @@ e/n/d/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -1360,7 +1360,7 @@ e/n/d/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -1461,7 +1461,7 @@ y/e/d> y
To use a Service Account instead of OAuth2 token flow, enter the path to your Service Account credentials at the service_account_file
prompt and rclone won't use the browser based authentication flow.
Modified time
Google google cloud storage stores md5sums natively and rclone stores modification times as metadata on the object, under the "mtime" key in RFC3339 format accurate to 1ns.
-Amazon Cloud Drive
+Amazon Drive
Paths are specified as remote:path
Paths may be as deep as required, eg remote:directory/subdirectory
.
The initial setup for Amazon cloud drive involves getting a token from Amazon which you need to do in your browser. rclone config
walks you through it.
@@ -1475,7 +1475,7 @@ e/n/d/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -1534,7 +1534,7 @@ y/e/d> y
Specific options
Here are the command line options specific to this cloud storage system.
--acd-templink-threshold=SIZE
-Files this size or more will be downloaded via their tempLink
. This is to work around a problem with Amazon Cloud Drive which blocks downloads of files bigger than about 10GB. The default for this is 9GB which shouldn't need to be changed.
+Files this size or more will be downloaded via their tempLink
. This is to work around a problem with Amazon Drive which blocks downloads of files bigger than about 10GB. The default for this is 9GB which shouldn't need to be changed.
To download files above this threshold, rclone requests a tempLink
which downloads the file through a temporary URL directly from the underlying S3 storage.
Limitations
Note that Amazon cloud drive is case insensitive so you can't have a file called "Hello.doc" and one called "hello.doc".
@@ -1556,7 +1556,7 @@ n/s> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -1641,7 +1641,7 @@ n/s> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -1720,7 +1720,7 @@ n/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -1802,7 +1802,7 @@ n/s> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -1913,7 +1913,7 @@ nounc = true
Fix retry doing one too many retries
Local
Fix problems with OS X and UTF-8 characters
-Amazon Cloud Drive
+Amazon Drive
Check a file exists before uploading to help with 408 Conflict errors
Reauth on 401 errors - this has been causing a lot of problems
Work around spurious 403 errors
@@ -1999,7 +1999,7 @@ nounc = true
S3
Allow IAM role and credentials from environment variables - thanks Brian Stengaard
Allow low privilege users to use S3 (check if directory exists during Mkdir) - thanks Jakub Gedeon
-Amazon Cloud Drive
+Amazon Drive
Retry on more things to make directory listings more reliable
v1.27 - 2016-01-31
@@ -2015,7 +2015,7 @@ nounc = true
Warn the user about files with same name but different case
Make --include
rules add their implict exclude * at the end of the filter list
Deprecate compiling with go1.3
-Amazon Cloud Drive
+Amazon Drive
Fix download of files > 10 GB
Fix directory traversal ("Next token is expired") for large directory listings
Remove 409 conflict from error codes we will retry - stops very long pauses
@@ -2114,7 +2114,7 @@ nounc = true
Make lsl output times in localtime
Fixes
Fix allowing user to override credentials again in Drive, GCS and ACD
-Amazon Cloud Drive
+Amazon Drive
Implement compliant pacing scheme
Google Drive
Make directory reads concurrent for increased speed.
@@ -2122,7 +2122,7 @@ nounc = true
v1.20 - 2015-09-15
- New features
-- Amazon Cloud Drive support
+- Amazon Drive support
- Oauth support redone - fix many bugs and improve usability
- Use "golang.org/x/oauth2" as oauth libary of choice
diff --git a/MANUAL.md b/MANUAL.md
index adf29e5b2..0802ed570 100644
--- a/MANUAL.md
+++ b/MANUAL.md
@@ -14,7 +14,7 @@ Rclone is a command line program to sync files and directories to and from
* Openstack Swift / Rackspace cloud files / Memset Memstore
* Dropbox
* Google Cloud Storage
- * Amazon Cloud Drive
+ * Amazon Drive
* Microsoft One Drive
* Hubic
* Backblaze B2
@@ -93,7 +93,7 @@ See the following for detailed instructions for
* [Dropbox](http://rclone.org/dropbox/)
* [Google Cloud Storage](http://rclone.org/googlecloudstorage/)
* [Local filesystem](http://rclone.org/local/)
- * [Amazon Cloud Drive](http://rclone.org/amazonclouddrive/)
+ * [Amazon Drive](http://rclone.org/amazonclouddrive/)
* [Backblaze B2](http://rclone.org/b2/)
* [Hubic](http://rclone.org/hubic/)
* [Microsoft One Drive](http://rclone.org/onedrive/)
@@ -1284,7 +1284,7 @@ Here is an overview of the major features of each cloud storage system.
| Openstack Swift | MD5 | Yes | No | No |
| Dropbox | - | No | Yes | No |
| Google Cloud Storage | MD5 | Yes | No | No |
-| Amazon Cloud Drive | MD5 | No | Yes | No |
+| Amazon Drive | MD5 | No | Yes | No |
| Microsoft One Drive | SHA1 | Yes | Yes | No |
| Hubic | MD5 | Yes | No | No |
| Backblaze B2 | SHA1 | Yes | No | No |
@@ -1365,7 +1365,7 @@ e/n/d/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -1561,7 +1561,7 @@ n/s> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -1845,7 +1845,7 @@ n/s> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -1999,7 +1999,7 @@ e/n/d/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -2121,7 +2121,7 @@ e/n/d/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -2264,7 +2264,7 @@ Google google cloud storage stores md5sums natively and rclone stores
modification times as metadata on the object, under the "mtime" key in
RFC3339 format accurate to 1ns.
-Amazon Cloud Drive
+Amazon Drive
-----------------------------------------
Paths are specified as `remote:path`
@@ -2289,7 +2289,7 @@ e/n/d/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -2379,7 +2379,7 @@ system.
#### --acd-templink-threshold=SIZE ####
Files this size or more will be downloaded via their `tempLink`. This
-is to work around a problem with Amazon Cloud Drive which blocks
+is to work around a problem with Amazon Drive which blocks
downloads of files bigger than about 10GB. The default for this is
9GB which shouldn't need to be changed.
@@ -2434,7 +2434,7 @@ n/s> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -2577,7 +2577,7 @@ n/s> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -2701,7 +2701,7 @@ n/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -2851,7 +2851,7 @@ n/s> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -3030,7 +3030,7 @@ Changelog
* Fix retry doing one too many retries
* Local
* Fix problems with OS X and UTF-8 characters
- * Amazon Cloud Drive
+ * Amazon Drive
* Check a file exists before uploading to help with 408 Conflict errors
* Reauth on 401 errors - this has been causing a lot of problems
* Work around spurious 403 errors
@@ -3108,7 +3108,7 @@ Changelog
* S3
* Allow IAM role and credentials from environment variables - thanks Brian Stengaard
* Allow low privilege users to use S3 (check if directory exists during Mkdir) - thanks Jakub Gedeon
- * Amazon Cloud Drive
+ * Amazon Drive
* Retry on more things to make directory listings more reliable
* v1.27 - 2016-01-31
* New Features
@@ -3122,7 +3122,7 @@ Changelog
* Warn the user about files with same name but different case
* Make `--include` rules add their implict exclude * at the end of the filter list
* Deprecate compiling with go1.3
- * Amazon Cloud Drive
+ * Amazon Drive
* Fix download of files > 10 GB
* Fix directory traversal ("Next token is expired") for large directory listings
* Remove 409 conflict from error codes we will retry - stops very long pauses
@@ -3205,13 +3205,13 @@ Changelog
* Make lsl output times in localtime
* Fixes
* Fix allowing user to override credentials again in Drive, GCS and ACD
- * Amazon Cloud Drive
+ * Amazon Drive
* Implement compliant pacing scheme
* Google Drive
* Make directory reads concurrent for increased speed.
* v1.20 - 2015-09-15
* New features
- * Amazon Cloud Drive support
+ * Amazon Drive support
* Oauth support redone - fix many bugs and improve usability
* Use "golang.org/x/oauth2" as oauth libary of choice
* Improve oauth usability for smoother initial signup
diff --git a/MANUAL.txt b/MANUAL.txt
index cfb9349bc..5a0d47966 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -17,7 +17,7 @@ from
- Openstack Swift / Rackspace cloud files / Memset Memstore
- Dropbox
- Google Cloud Storage
-- Amazon Cloud Drive
+- Amazon Drive
- Microsoft One Drive
- Hubic
- Backblaze B2
@@ -95,7 +95,7 @@ See the following for detailed instructions for
- Dropbox
- Google Cloud Storage
- Local filesystem
-- Amazon Cloud Drive
+- Amazon Drive
- Backblaze B2
- Hubic
- Microsoft One Drive
@@ -1278,7 +1278,7 @@ Here is an overview of the major features of each cloud storage system.
Openstack Swift MD5 Yes No No
Dropbox - No Yes No
Google Cloud Storage MD5 Yes No No
- Amazon Cloud Drive MD5 No Yes No
+ Amazon Drive MD5 No Yes No
Microsoft One Drive SHA1 Yes Yes No
Hubic MD5 Yes No No
Backblaze B2 SHA1 Yes No No
@@ -1358,7 +1358,7 @@ This will guide you through an interactive setup process:
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -1610,7 +1610,7 @@ This will guide you through an interactive setup process.
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -1888,7 +1888,7 @@ This will guide you through an interactive setup process.
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -2038,7 +2038,7 @@ This will guide you through an interactive setup process:
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -2158,7 +2158,7 @@ This will guide you through an interactive setup process:
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -2296,7 +2296,7 @@ modification times as metadata on the object, under the "mtime" key in
RFC3339 format accurate to 1ns.
-Amazon Cloud Drive
+Amazon Drive
Paths are specified as remote:path
@@ -2319,7 +2319,7 @@ This will guide you through an interactive setup process:
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -2408,7 +2408,7 @@ Here are the command line options specific to this cloud storage system.
--acd-templink-threshold=SIZE
Files this size or more will be downloaded via their tempLink. This is
-to work around a problem with Amazon Cloud Drive which blocks downloads
+to work around a problem with Amazon Drive which blocks downloads
of files bigger than about 10GB. The default for this is 9GB which
shouldn't need to be changed.
@@ -2462,7 +2462,7 @@ This will guide you through an interactive setup process:
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -2602,7 +2602,7 @@ This will guide you through an interactive setup process:
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -2722,7 +2722,7 @@ which you can get from the b2 control panel.
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -2867,7 +2867,7 @@ This will guide you through an interactive setup process:
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -3044,7 +3044,7 @@ Changelog
- Fix retry doing one too many retries
- Local
- Fix problems with OS X and UTF-8 characters
- - Amazon Cloud Drive
+ - Amazon Drive
- Check a file exists before uploading to help with 408 Conflict
errors
- Reauth on 401 errors - this has been causing a lot of problems
@@ -3139,7 +3139,7 @@ Changelog
thanks Brian Stengaard
- Allow low privilege users to use S3 (check if directory exists
during Mkdir) - thanks Jakub Gedeon
- - Amazon Cloud Drive
+ - Amazon Drive
- Retry on more things to make directory listings more reliable
- v1.27 - 2016-01-31
- New Features
@@ -3157,7 +3157,7 @@ Changelog
- Make --include rules add their implict exclude * at the end of
the filter list
- Deprecate compiling with go1.3
- - Amazon Cloud Drive
+ - Amazon Drive
- Fix download of files > 10 GB
- Fix directory traversal ("Next token is expired") for large
directory listings
@@ -3251,13 +3251,13 @@ Changelog
- Fixes
- Fix allowing user to override credentials again in Drive, GCS
and ACD
- - Amazon Cloud Drive
+ - Amazon Drive
- Implement compliant pacing scheme
- Google Drive
- Make directory reads concurrent for increased speed.
- v1.20 - 2015-09-15
- New features
- - Amazon Cloud Drive support
+ - Amazon Drive support
- Oauth support redone - fix many bugs and improve usability
- Use "golang.org/x/oauth2" as oauth libary of choice
- Improve oauth usability for smoother initial signup
diff --git a/README.md b/README.md
index 782c60898..d21170be5 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Rclone is a command line program to sync files and directories to and from
* Openstack Swift / Rackspace cloud files / Memset Memstore
* Dropbox
* Google Cloud Storage
- * Amazon Cloud Drive
+ * Amazon Drive
* Microsoft One Drive
* Hubic
* Backblaze B2
diff --git a/amazonclouddrive/amazonclouddrive.go b/amazonclouddrive/amazonclouddrive.go
index 924a5e9a8..290a425a9 100644
--- a/amazonclouddrive/amazonclouddrive.go
+++ b/amazonclouddrive/amazonclouddrive.go
@@ -64,7 +64,7 @@ var (
func init() {
fs.Register(&fs.RegInfo{
Name: "amazon cloud drive",
- Description: "Amazon Cloud Drive",
+ Description: "Amazon Drive",
NewFs: NewFs,
Config: func(name string) {
err := oauthutil.Config("amazon cloud drive", name, acdConfig)
@@ -117,7 +117,7 @@ func (f *Fs) Root() string {
// String converts this Fs to a string
func (f *Fs) String() string {
- return fmt.Sprintf("Amazon cloud drive root '%s'", f.root)
+ return fmt.Sprintf("amazon drive root '%s'", f.root)
}
// Pattern to match a acd path
@@ -165,7 +165,7 @@ func NewFs(name, root string) (fs.Fs, error) {
root = parsePath(root)
oAuthClient, ts, err := oauthutil.NewClient(name, acdConfig)
if err != nil {
- log.Fatalf("Failed to configure amazon cloud drive: %v", err)
+ log.Fatalf("Failed to configure Amazon Drive: %v", err)
}
c := acd.NewClient(oAuthClient)
diff --git a/docs/content/about.md b/docs/content/about.md
index 136c1f7d5..e40038af3 100644
--- a/docs/content/about.md
+++ b/docs/content/about.md
@@ -1,6 +1,6 @@
---
title: "Rclone"
-description: "rclone syncs files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox, Google Cloud Storage and Amazon Cloud Drive."
+description: "rclone syncs files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox, Google Cloud Storage and Amazon Drive."
type: page
date: "2015-09-06"
groups: ["about"]
@@ -18,7 +18,7 @@ Rclone is a command line program to sync files and directories to and from
* Openstack Swift / Rackspace cloud files / Memset Memstore
* Dropbox
* Google Cloud Storage
- * Amazon Cloud Drive
+ * Amazon Drive
* Microsoft One Drive
* Hubic
* Backblaze B2
diff --git a/docs/content/amazonclouddrive.md b/docs/content/amazonclouddrive.md
index 6de0d7c09..abcec4868 100644
--- a/docs/content/amazonclouddrive.md
+++ b/docs/content/amazonclouddrive.md
@@ -1,17 +1,17 @@
---
-title: "Amazon Cloud Drive"
-description: "Rclone docs for Amazon Cloud Drive"
-date: "2015-09-06"
+title: "Amazon Drive"
+description: "Rclone docs for Amazon Drive"
+date: "2016-07-11"
---
- Amazon Cloud Drive
+ Amazon Drive
-----------------------------------------
Paths are specified as `remote:path`
Paths may be as deep as required, eg `remote:directory/subdirectory`.
-The initial setup for Amazon cloud drive involves getting a token from
+The initial setup for Amazon Drive involves getting a token from
Amazon which you need to do in your browser. `rclone config` walks
you through it.
@@ -29,7 +29,7 @@ e/n/d/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
@@ -84,21 +84,21 @@ you to unblock it temporarily if you are running a host firewall.
Once configured you can then use `rclone` like this,
-List directories in top level of your Amazon cloud drive
+List directories in top level of your Amazon Drive
rclone lsd remote:
-List all the files in your Amazon cloud drive
+List all the files in your Amazon Drive
rclone ls remote:
-To copy a local directory to an Amazon cloud drive directory called backup
+To copy a local directory to an Amazon Drive directory called backup
rclone copy /home/source remote:backup
### Modified time and MD5SUMs ###
-Amazon cloud drive doesn't allow modification times to be changed via
+Amazon Drive doesn't allow modification times to be changed via
the API so these won't be accurate or used for syncing.
It does store MD5SUMs so for a more accurate sync, you can use the
@@ -109,7 +109,7 @@ It does store MD5SUMs so for a more accurate sync, you can use the
Any files you delete with rclone will end up in the trash. Amazon
don't provide an API to permanently delete files, nor to empty the
trash, so you will have to do that with one of Amazon's apps or via
-the Amazon cloud drive website.
+the Amazon Drive website.
### Specific options ###
@@ -119,9 +119,9 @@ system.
#### --acd-templink-threshold=SIZE ####
Files this size or more will be downloaded via their `tempLink`. This
-is to work around a problem with Amazon Cloud Drive which blocks
-downloads of files bigger than about 10GB. The default for this is
-9GB which shouldn't need to be changed.
+is to work around a problem with Amazon Drive which blocks downloads
+of files bigger than about 10GB. The default for this is 9GB which
+shouldn't need to be changed.
To download files above this threshold, rclone requests a `tempLink`
which downloads the file through a temporary URL directly from the
@@ -129,17 +129,17 @@ underlying S3 storage.
### Limitations ###
-Note that Amazon cloud drive is case insensitive so you can't have a
+Note that Amazon Drive is case insensitive so you can't have a
file called "Hello.doc" and one called "hello.doc".
-Amazon cloud drive has rate limiting so you may notice errors in the
+Amazon Drive has rate limiting so you may notice errors in the
sync (429 errors). rclone will automatically retry the sync up to 3
times by default (see `--retries` flag) which should hopefully work
around this problem.
-Amazon cloud drive has an internal limit of file sizes that can be
-uploaded to the service. This limit is not officially published,
-but all files larger than this will fail.
+Amazon Drive has an internal limit of file sizes that can be uploaded
+to the service. This limit is not officially published, but all files
+larger than this will fail.
At the time of writing (Jan 2016) is in the area of 50GB per file.
This means that larger files are likely to fail.
@@ -147,4 +147,4 @@ This means that larger files are likely to fail.
Unfortunatly there is no way for rclone to see that this failure is
because of file size, so it will retry the operation, as any other
failure. To avoid this problem, use `--max-size=50GB` option to limit
-the maximum size of uploaded files.
\ No newline at end of file
+the maximum size of uploaded files.
diff --git a/docs/content/b2.md b/docs/content/b2.md
index afbc6324f..1b6b75f61 100644
--- a/docs/content/b2.md
+++ b/docs/content/b2.md
@@ -28,7 +28,7 @@ n/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
diff --git a/docs/content/changelog.md b/docs/content/changelog.md
index a7c542e25..68e1d7a22 100644
--- a/docs/content/changelog.md
+++ b/docs/content/changelog.md
@@ -25,7 +25,7 @@ Changelog
* Fix retry doing one too many retries
* Local
* Fix problems with OS X and UTF-8 characters
- * Amazon Cloud Drive
+ * Amazon Drive
* Check a file exists before uploading to help with 408 Conflict errors
* Reauth on 401 errors - this has been causing a lot of problems
* Work around spurious 403 errors
@@ -103,7 +103,7 @@ Changelog
* S3
* Allow IAM role and credentials from environment variables - thanks Brian Stengaard
* Allow low privilege users to use S3 (check if directory exists during Mkdir) - thanks Jakub Gedeon
- * Amazon Cloud Drive
+ * Amazon Drive
* Retry on more things to make directory listings more reliable
* v1.27 - 2016-01-31
* New Features
@@ -117,7 +117,7 @@ Changelog
* Warn the user about files with same name but different case
* Make `--include` rules add their implict exclude * at the end of the filter list
* Deprecate compiling with go1.3
- * Amazon Cloud Drive
+ * Amazon Drive
* Fix download of files > 10 GB
* Fix directory traversal ("Next token is expired") for large directory listings
* Remove 409 conflict from error codes we will retry - stops very long pauses
@@ -200,13 +200,13 @@ Changelog
* Make lsl output times in localtime
* Fixes
* Fix allowing user to override credentials again in Drive, GCS and ACD
- * Amazon Cloud Drive
+ * Amazon Drive
* Implement compliant pacing scheme
* Google Drive
* Make directory reads concurrent for increased speed.
* v1.20 - 2015-09-15
* New features
- * Amazon Cloud Drive support
+ * Amazon Drive support
* Oauth support redone - fix many bugs and improve usability
* Use "golang.org/x/oauth2" as oauth libary of choice
* Improve oauth usability for smoother initial signup
diff --git a/docs/content/docs.md b/docs/content/docs.md
index b9e63d80b..66ae96819 100644
--- a/docs/content/docs.md
+++ b/docs/content/docs.md
@@ -25,7 +25,7 @@ See the following for detailed instructions for
* [Dropbox](/dropbox/)
* [Google Cloud Storage](/googlecloudstorage/)
* [Local filesystem](/local/)
- * [Amazon Cloud Drive](/amazonclouddrive/)
+ * [Amazon Drive](/amazonclouddrive/)
* [Backblaze B2](/b2/)
* [Hubic](/hubic/)
* [Microsoft One Drive](/onedrive/)
diff --git a/docs/content/drive.md b/docs/content/drive.md
index 148127be1..f4695e372 100644
--- a/docs/content/drive.md
+++ b/docs/content/drive.md
@@ -29,7 +29,7 @@ e/n/d/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
diff --git a/docs/content/dropbox.md b/docs/content/dropbox.md
index 92596b7ef..2ac2d3824 100644
--- a/docs/content/dropbox.md
+++ b/docs/content/dropbox.md
@@ -30,7 +30,7 @@ e/n/d/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
diff --git a/docs/content/filtering.md b/docs/content/filtering.md
index 7a8d1f676..ba63c97a9 100644
--- a/docs/content/filtering.md
+++ b/docs/content/filtering.md
@@ -150,7 +150,7 @@ This would exclude
A similar process is done on directory entries before recursing into
them. This only works on remotes which have a concept of directory
-(Eg local, drive, onedrive, amazon cloud drive) and not on bucket
+(Eg local, google drive, onedrive, amazon drive) and not on bucket
based remotes (eg s3, swift, google compute storage, b2).
## Adding filtering rules ##
diff --git a/docs/content/googlecloudstorage.md b/docs/content/googlecloudstorage.md
index 5c3d63c43..dd4fd35f9 100644
--- a/docs/content/googlecloudstorage.md
+++ b/docs/content/googlecloudstorage.md
@@ -28,7 +28,7 @@ e/n/d/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
diff --git a/docs/content/hubic.md b/docs/content/hubic.md
index 17d9e5a32..29ade0420 100644
--- a/docs/content/hubic.md
+++ b/docs/content/hubic.md
@@ -28,7 +28,7 @@ n/s> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
diff --git a/docs/content/onedrive.md b/docs/content/onedrive.md
index fd557f347..55f6ccb5e 100644
--- a/docs/content/onedrive.md
+++ b/docs/content/onedrive.md
@@ -29,7 +29,7 @@ n/s> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
diff --git a/docs/content/overview.md b/docs/content/overview.md
index 270e8304a..eba889832 100644
--- a/docs/content/overview.md
+++ b/docs/content/overview.md
@@ -22,7 +22,7 @@ Here is an overview of the major features of each cloud storage system.
| Openstack Swift | MD5 | Yes | No | No |
| Dropbox | - | No | Yes | No |
| Google Cloud Storage | MD5 | Yes | No | No |
-| Amazon Cloud Drive | MD5 | No | Yes | No |
+| Amazon Drive | MD5 | No | Yes | No |
| Microsoft One Drive | SHA1 | Yes | Yes | No |
| Hubic | MD5 | Yes | No | No |
| Backblaze B2 | SHA1 | Yes | No | No |
diff --git a/docs/content/s3.md b/docs/content/s3.md
index 017b91dd0..6871abae9 100644
--- a/docs/content/s3.md
+++ b/docs/content/s3.md
@@ -24,7 +24,7 @@ n/s> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
diff --git a/docs/content/swift.md b/docs/content/swift.md
index cb9fcbde4..92cbbec16 100644
--- a/docs/content/swift.md
+++ b/docs/content/swift.md
@@ -30,7 +30,7 @@ n/s> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
diff --git a/docs/content/yandex.md b/docs/content/yandex.md
index 76ff03b00..a719fd86d 100644
--- a/docs/content/yandex.md
+++ b/docs/content/yandex.md
@@ -25,7 +25,7 @@ n/s> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
- 1 / Amazon Cloud Drive
+ 1 / Amazon Drive
\ "amazon cloud drive"
2 / Amazon S3 (also Dreamhost, Ceph)
\ "s3"
diff --git a/docs/layouts/chrome/navbar.html b/docs/layouts/chrome/navbar.html
index 937443f16..2c12e241e 100644
--- a/docs/layouts/chrome/navbar.html
+++ b/docs/layouts/chrome/navbar.html
@@ -36,7 +36,7 @@
- Swift
- Dropbox
- Google Cloud Storage
- - Amazon Cloud Drive
+ - Amazon Drive
- Microsoft One Drive
- Hubic
- Backblaze B2
diff --git a/fstest/fstest.go b/fstest/fstest.go
index a941cdf9a..f5fbc117a 100644
--- a/fstest/fstest.go
+++ b/fstest/fstest.go
@@ -154,7 +154,7 @@ func CheckListingWithPrecision(t *testing.T, f fs.Fs, items []Item, precision ti
}
if len(objs) == len(items) {
// Put an extra sleep in if we did any retries just to make sure it really
- // is consistent (here is looking at you Amazon Cloud Drive!)
+ // is consistent (here is looking at you Amazon Drive!)
if i != 1 {
extraSleep := 5*time.Second + sleep
t.Logf("Sleeping for %v just to make sure", extraSleep)
diff --git a/pacer/pacer.go b/pacer/pacer.go
index 6b959fa8e..48b39fdd2 100644
--- a/pacer/pacer.go
+++ b/pacer/pacer.go
@@ -39,7 +39,7 @@ const (
// above that set with SetMaxSleep.
DefaultPacer = Type(iota)
- // AmazonCloudDrivePacer is a specialised pacer for Amazon Cloud Drive
+ // AmazonCloudDrivePacer is a specialised pacer for Amazon Drive
//
// It implements a truncated exponential backoff strategy with
// randomization. Normally operations are paced at the
@@ -238,7 +238,7 @@ func (p *Pacer) defaultPacer(retry bool) {
}
// acdPacer implements a truncated exponential backoff
-// strategy with randomization for Amazon Cloud Drive
+// strategy with randomization for Amazon Drive
//
// See the description for AmazonCloudDrivePacer
//
diff --git a/rclone.1 b/rclone.1
index ae6aede26..0ccefa6d1 100644
--- a/rclone.1
+++ b/rclone.1
@@ -20,7 +20,7 @@ Dropbox
.IP \[bu] 2
Google Cloud Storage
.IP \[bu] 2
-Amazon Cloud Drive
+Amazon Drive
.IP \[bu] 2
Microsoft One Drive
.IP \[bu] 2
@@ -135,7 +135,7 @@ Google Cloud Storage (http://rclone.org/googlecloudstorage/)
.IP \[bu] 2
Local filesystem (http://rclone.org/local/)
.IP \[bu] 2
-Amazon Cloud Drive (http://rclone.org/amazonclouddrive/)
+Amazon Drive (http://rclone.org/amazonclouddrive/)
.IP \[bu] 2
Backblaze B2 (http://rclone.org/b2/)
.IP \[bu] 2
@@ -1566,7 +1566,7 @@ T}@T{
No
T}
T{
-Amazon Cloud Drive
+Amazon Drive
T}@T{
MD5
T}@T{
@@ -2840,7 +2840,7 @@ prompt and rclone won\[aq]t use the browser based authentication flow.
Google google cloud storage stores md5sums natively and rclone stores
modification times as metadata on the object, under the "mtime" key in
RFC3339 format accurate to 1ns.
-.SS Amazon Cloud Drive
+.SS Amazon Drive
.PP
Paths are specified as \f[C]remote:path\f[]
.PP
@@ -2971,7 +2971,7 @@ Here are the command line options specific to this cloud storage system.
.SS \-\-acd\-templink\-threshold=SIZE
.PP
Files this size or more will be downloaded via their \f[C]tempLink\f[].
-This is to work around a problem with Amazon Cloud Drive which blocks
+This is to work around a problem with Amazon Drive which blocks
downloads of files bigger than about 10GB.
The default for this is 9GB which shouldn\[aq]t need to be changed.
.PP
@@ -3740,7 +3740,7 @@ Local
.IP \[bu] 2
Fix problems with OS X and UTF\-8 characters
.IP \[bu] 2
-Amazon Cloud Drive
+Amazon Drive
.IP \[bu] 2
Check a file exists before uploading to help with 408 Conflict errors
.IP \[bu] 2
@@ -3921,7 +3921,7 @@ Brian Stengaard
Allow low privilege users to use S3 (check if directory exists during
Mkdir) \- thanks Jakub Gedeon
.IP \[bu] 2
-Amazon Cloud Drive
+Amazon Drive
.IP \[bu] 2
Retry on more things to make directory listings more reliable
.RE
@@ -3957,7 +3957,7 @@ of the filter list
.IP \[bu] 2
Deprecate compiling with go1.3
.IP \[bu] 2
-Amazon Cloud Drive
+Amazon Drive
.IP \[bu] 2
Fix download of files > 10 GB
.IP \[bu] 2
@@ -4146,7 +4146,7 @@ Fixes
.IP \[bu] 2
Fix allowing user to override credentials again in Drive, GCS and ACD
.IP \[bu] 2
-Amazon Cloud Drive
+Amazon Drive
.IP \[bu] 2
Implement compliant pacing scheme
.IP \[bu] 2
@@ -4160,7 +4160,7 @@ v1.20 \- 2015\-09\-15
.IP \[bu] 2
New features
.IP \[bu] 2
-Amazon Cloud Drive support
+Amazon Drive support
.IP \[bu] 2
Oauth support redone \- fix many bugs and improve usability
.RS 2