aboutsummaryrefslogtreecommitdiff
path: root/doc/eclat.conf.5
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-01-23 13:14:01 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2015-01-23 13:14:01 +0200
commit034b32134de9aad30f82858cf77dfbfc306a7805 (patch)
tree7fdff924f7d39ed06d597418ccc84f83f75e4c1c /doc/eclat.conf.5
parent0ed8a2275a3a6cda553b82e9e0222b9d3b8b3ff2 (diff)
downloadeclat-034b32134de9aad30f82858cf77dfbfc306a7805.tar.gz
eclat-034b32134de9aad30f82858cf77dfbfc306a7805.tar.bz2
Use signature version 4 by default
Diffstat (limited to 'doc/eclat.conf.5')
-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.