implemented (alternate) storage providers, local file also possible now

This commit is contained in:
Remco
2014-10-20 13:38:40 +02:00
parent 477e02fa24
commit 16ad1833d2
5 changed files with 160 additions and 85 deletions

View File

@ -51,7 +51,7 @@ go get github.com/kennygrant/sanitize
grunt serve
grunt build
sh transfer-server/run.sh
go run transfersh-server/*.go -provider=local --port 8080 --temp=/tmp/ --basedir=/tmp/
```
## Build