perkeep/pkg/client
Dustin Sallings 3742b287a9 require auth config in storage-remote
The client configuration requires this if it's not passed in through the
environment.  Since this is for a storage service, it makes sense to
place it with the specific remote.

Since SetupAuthFromConfig was a bit awkward and not used elsewhere, it's
replaced with a more simple and explicit SetupAuthFromString to which
the exact auth details you wish to use are provided.

Change-Id: Id39ff314738794e299d48cbe634be2aa5d5c3bd1
2013-12-26 11:00:03 -08:00
..
android client: clean up. finish moving all Android stuff to pkg/client/android 2013-10-26 11:08:34 -07:00
client.go Merge "cmd/camtool: (re)index command" 2013-12-26 17:29:03 +00:00
config.go require auth config in storage-remote 2013-12-26 11:00:03 -08:00
enumerate.go Start of new context package and *context.Context type. 2013-12-02 13:20:51 -08:00
get.go Blind fix of bug in 3fa6d69405. 2013-11-24 18:40:51 -08:00
remove.go all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
stat_test.go all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
stats.go client: move stats stuff to stats.go 2012-11-07 21:11:12 -06:00
sync.go all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
sync_test.go all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
upload.go client: cleanup. use blob.Ref as map key, not its String form 2013-08-23 09:06:40 -05:00