Notes about storage systems

s3-about
Nick Craig-Wood 2014-07-09 20:50:08 +01:00
parent 37b2274e10
commit dd6d7cad3a
1 changed files with 6 additions and 1 deletions

View File

@ -24,8 +24,13 @@ Ideas
* sftp
* scp
* 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
* 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?
Need to make directory objects otherwise can't upload an empty directory