aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/eclat.conf.56
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/eclat.conf.5 b/doc/eclat.conf.5
index 32147e8..6816484 100644
--- a/doc/eclat.conf.5
+++ b/doc/eclat.conf.5
@@ -389,12 +389,16 @@ region us\-east\-1 ec2.us\-east\-1.amazonaws.com;
# US West (Oregon) Region
region us\-west\-2 ec2.us\-west\-2.amazonaws.com;
.EE
-.SS HTTP METHOD
+.SS HTTP METHOD AND SIGNATURE
.TP
\fBhttp\-method\fR \fIARG\fR;
Configures HTTP method. Allowed values for \fIARG\fR are \fBGET\fR
(the default), and \fBPOST\fR. \fIARG\fR is case-insensitive. The
\fBPOST\fR method implies using signature version 4.
+.TP
+\fBsignature\-version\fR \fB2\fR|\fB4\fR;
+Use the given AWS signature version algorithm. Version \fB4\fR is
+more secure and is used by default.
.SS SSL CONFIGURATION
The \fBssl\fR statement has two forms, and can be used as scalar or as
a block statement. In scalar form it is used to enable SSL:

Return to:

Send suggestions and report system problems to the System administrator.