versioned import from S3 is working
Still some bugs and two stubbed methods to implement though.
This commit is contained in:
parent
833980c0bc
commit
2f79cb4b45
3 changed files with 70 additions and 23 deletions
|
@ -13,8 +13,17 @@ and `git annex sync --content` can be configured to use it.
|
|||
|
||||
## remaining todo
|
||||
|
||||
* Currently only directory and adb special remotes support importing,
|
||||
at least S3 can also support it.
|
||||
* There's a bug in the way the import history is added to the
|
||||
previous history for the remote. This leads to an ever-growing history
|
||||
when importing from a versioned S3 remote,
|
||||
although the head of it does reflect the current state of the remote.
|
||||
|
||||
* Two undefs in Remote.S3 remain.
|
||||
|
||||
* Need to test S3 import from unversioned bucket.
|
||||
|
||||
* Need to test S3 import from versioned bucket, including handling
|
||||
of deletion of files.
|
||||
|
||||
* Write a tip or tips to document using this new feature.
|
||||
(Have one for adb now.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue