tusd/cmd/tusd/cli
Tom Berger 4c0f4cc9d9 Add support for Google Cloud storage as a DataStore (#106)
* Add support for Google cloud storage as a DataStore

* Use memorylocker in GCS composer

* Add documentation and recursive compose

* Offset being calculated in getInfo. Tests not working

* Fix tests. Attach metadata to composed object.

* Add dependencies using govendor. Add new package to README. Add test instructions for AppVeyor

* Add google cloud internal and transport packages with govendor

* Adding more dependencies to pass travis integration

* Update w/ internal packages

* Skip tests on go1.5/1.6

* Gcsstore tests (#2)

* Refactor as a struct of clojures for testing

* Refactor to support tests

* Add docs

* Struct members cannot fufill the interface, adding wrapper functions

* update tests

* Update documentation

* add more tests

* Add gock and redo some tests

* Add gock

* remove unneeded clojures
2017-09-16 20:49:09 +02:00
..
composer.go Add support for Google Cloud storage as a DataStore (#106) 2017-09-16 20:49:09 +02:00
flags.go Add support for Google Cloud storage as a DataStore (#106) 2017-09-16 20:49:09 +02:00
greeting.go Improve greeting 2016-07-19 11:14:01 +02:00
hooks.go Squashed commit of the following: 2017-07-19 17:45:16 +02:00
listener.go Count multiple closed connectios only once 2017-01-04 20:47:34 +01:00
log.go Add proper, formatted logging 2016-09-23 21:21:38 +02:00
metrics.go Add -metrics-path flag for configuring the metrics endpoint 2016-07-19 10:45:07 +02:00
serve.go Squashed commit of the following: 2017-07-19 17:45:16 +02:00
version.go Refactor tusd binary into multiple files 2016-07-11 22:02:01 +02:00