Config options for S3 storage. #15

This commit is contained in:
Andrey Smirnov
2014-07-18 17:37:08 +04:00
parent 076ecd586f
commit 7a7bb56557
3 changed files with 41 additions and 16 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
{
"rootDir": "${HOME}/.aptly",
"rootDir": "/Users/smira/.aptly",
"downloadConcurrency": 4,
"downloadSpeedLimit": 0,
"architectures": [],
@@ -11,5 +11,6 @@
"gpgDisableVerify": false,
"downloadSourcePackages": false,
"ppaDistributorID": "ubuntu",
"ppaCodename": ""
"ppaCodename": "",
"S3PublishRoots": {}
}