From dd6d7cad3a5da03c59a7807e78dcff3a32841519 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 9 Jul 2014 20:50:08 +0100 Subject: [PATCH] Notes about storage systems --- notes.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/notes.txt b/notes.txt index b70bb3cf6..a88831095 100644 --- a/notes.txt +++ b/notes.txt @@ -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