Support SigV2 and S3 debug for publishing.

This commit is contained in:
Andrey Smirnov
2016-03-20 20:11:19 +03:00
parent 76edf9649b
commit 75b860e0b1
8 changed files with 38 additions and 9 deletions
+4 -2
View File
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "APTLY" "1" "February 2016" "" ""
.TH "APTLY" "1" "March 2016" "" ""
.
.SH "NAME"
\fBaptly\fR \- Debian repository management tool
@@ -61,7 +61,9 @@ Configuration file is stored in JSON format (default values shown below):
"storageClass": "",
"encryptionMethod": "",
"plusWorkaround": false,
"disableMultiDel": false
"disableMultiDel": false,
"forceSigV2": false,
"debug": false
}
},
"SwiftPublishEndpoints": {
+3 -1
View File
@@ -53,7 +53,9 @@ Configuration file is stored in JSON format (default values shown below):
"storageClass": "",
"encryptionMethod": "",
"plusWorkaround": false,
"disableMultiDel": false
"disableMultiDel": false,
"forceSigV2": false,
"debug": false
}
},
"SwiftPublishEndpoints": {