From a84124c4158e59d405e34f3ba53be836612ce99a Mon Sep 17 00:00:00 2001 From: Justin James Date: Fri, 4 Dec 2020 22:31:51 -0500 Subject: [PATCH] [#6] removed x-amz-metadata-directive which was erroring out --- src/request.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/request.c b/src/request.c index 1337734..ad37c73 100644 --- a/src/request.c +++ b/src/request.c @@ -402,9 +402,9 @@ static S3Status compose_amz_headers(const RequestParams *params, (unsigned long long) (params->startByte + params->byteCount - 1) ); } // And the x-amz-metadata-directive header - if (properties) { - headers_append(1, "%s", "x-amz-metadata-directive: REPLACE"); - } + //if (properties) { + // headers_append(1, "%s", "x-amz-metadata-directive: REPLACE"); + //} } // Add the x-amz-security-token header if necessary