Notes about storage systems
This commit is contained in:
parent
37b2274e10
commit
dd6d7cad3a
1 changed files with 6 additions and 1 deletions
|
@ -24,8 +24,13 @@ Ideas
|
||||||
* sftp
|
* sftp
|
||||||
* scp
|
* scp
|
||||||
* Google cloud storage: https://developers.google.com/storage/
|
* Google cloud storage: https://developers.google.com/storage/
|
||||||
|
* http://godoc.org/code.google.com/p/google-api-go-client/storage/v1
|
||||||
|
* Has MD5, can't set updated time so will need to use metadata
|
||||||
|
* metadata returned with object head and easy to update
|
||||||
* rsync over ssh
|
* rsync over ssh
|
||||||
* dropbox: https://github.com/nickoneill/go-dropbox (no MD5s)
|
* dropbox: https://github.com/stacktic/dropbox
|
||||||
|
* No MD5s
|
||||||
|
* Can't set modtime
|
||||||
* control times sync (which is slow) with -a --archive flag?
|
* control times sync (which is slow) with -a --archive flag?
|
||||||
|
|
||||||
Need to make directory objects otherwise can't upload an empty directory
|
Need to make directory objects otherwise can't upload an empty directory
|
||||||
|
|
Loading…
Reference in a new issue