aboutsummaryrefslogtreecommitdiff
path: root/lib/qcreat.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/qcreat.c')
-rw-r--r--lib/qcreat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/qcreat.c b/lib/qcreat.c
index a25f528..8a0eecf 100644
--- a/lib/qcreat.c
+++ b/lib/qcreat.c
@@ -38,6 +38,7 @@ eclat_query_create(int flags, const char *endpoint, const char *uri)
NULL,
NULL,
ec2_param_free);
+ eclat_query_add_param(q, "Version", EC2_API_VERSION);
q->endpoint = grecs_strdup(endpoint);
q->uri = grecs_strdup(uri);
q->ttl = 5;

Return to:

Send suggestions and report system problems to the System administrator.