aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
parent0ed8a2275a3a6cda553b82e9e0222b9d3b8b3ff2 (diff)
downloadeclat-034b32134de9aad30f82858cf77dfbfc306a7805.tar.gz
eclat-034b32134de9aad30f82858cf77dfbfc306a7805.tar.bz2
Use signature version 4 by default
Diffstat (limited to 'src')
-rw-r--r--src/eclat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eclat.c b/src/eclat.c
index 2e46930..8cadebd 100644
--- a/src/eclat.c
+++ b/src/eclat.c
@@ -23,7 +23,7 @@ int match_command_mode;
int preprocess_only = 0;
char *endpoint = "ec2.amazonaws.com";
-char *signature_version = "2";
+char *signature_version = "4";
enum authentication_provider authentication_provider = authp_undefined;
char *access_key;

Return to:

Send suggestions and report system problems to the System administrator.