aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index a29be0d..78f0129 100644
--- a/src/config.c
+++ b/src/config.c
@@ -260,7 +260,10 @@ static struct grecs_keyword eclat_kw[] = {
grecs_type_string, GRECS_DFLT, &endpoint },
{ "region", "<name: string> <endpoint: string>",
"Define a region",
- grecs_type_string, GRECS_MULT, NULL, 0, cb_region },
+ grecs_type_string, GRECS_MULT, NULL, 0, cb_region },
+ { "signature-version", "version",
+ "Signature version",
+ grecs_type_string, GRECS_DFLT, &signature_version },
{ "access-file", "file",
"Specify a file containing `accessID:accessKey' pairs",
grecs_type_string, GRECS_DFLT, &access_file_name },

Return to:

Send suggestions and report system problems to the System administrator.