1
0
mirror of https://github.com/rclone/rclone.git synced 2025-07-06 07:20:24 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
b1f131964e Rename NewFsObject to NewObject 2016-06-28 08:51:57 +01:00
1a87b69376 Get rid of LimitedFs - FIXME needs docs on copying single files
If remote:path points to a file make NewFs return a sentinel error
fs.ErrorIsFile and an Fs which points to the parent.

Use this to remove the LimitedFs and just add this file to the
--files-from list.

This means that server side operations can be used also.

Fixes 
Fixes 
2016-06-28 08:51:43 +01:00
df1092ef33 Change Fs.Put so that it must cope with existing files
This should fix duplicate files on drive and 409 errors on
amazonclouddrive however it will slow down the upload slightly as
another roundtrip will be needed.

None of the other Fses needed adjusting.

Fixes 
2016-06-13 19:29:10 +01:00
c2d0e86431 Add more tests for List() and fix resulting problems 2016-05-07 14:50:35 +01:00
68ec6a9f5b Add a directory parameter to Fs.List() 2016-05-06 16:52:34 +01:00
ccba859812 Test all available hashes for each remote 2016-01-23 09:10:36 +00:00
b257de4aba Be more constistent with naming in remotes
* External objects are called Fs and Object
  * Object.fs always points to the Fs
2015-11-07 11:14:46 +00:00
e2717a031e Implement Mover and DirMover interfaces fixes
* unit tests
  * local
  * drive
  * dropbox
2015-09-01 21:49:13 +01:00
a96b522958 Implement server side copies if possible - fixes
Add optional fs.Copier interface

Implemented for
  * swift
  * s3
  * drive
  * dropbox
  * google cloud storage
2015-08-23 21:18:38 +01:00
d3c16608e4 Test Listing the Root of each Fs 2014-07-31 23:20:39 +01:00
3e27ff1b95 Add Root List test and fs.Limited tests for single files 2014-07-31 21:35:29 +01:00
457ef2c190 Automatically generate the tests files for each Fs 2014-07-29 17:18:22 +01:00
a5b0d88608 Make tests for each Fs
Factor tests out of rclonetest
2014-07-24 23:13:32 +01:00