First version of PublishedStorage for S3. #15

This commit is contained in:
Andrey Smirnov
2014-07-17 18:05:38 +04:00
parent b260b0010a
commit c54406e29f
6 changed files with 327 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
GOVERSION=$(shell go version | awk '{print $$3;}')
PACKAGES=database deb files http query utils
ALL_PACKAGES=aptly cmd console database deb files http query utils
PACKAGES=database deb files http query s3 utils
ALL_PACKAGES=aptly cmd console database deb files http query s3 utils
BINPATH=$(abspath ./_vendor/bin)
GOM_ENVIRONMENT=-test
PYTHON?=python