Skip to content

Commit

Permalink
[irods#6] removed x-amz-metadata-directive which was erroring out
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinKyleJames authored and trel committed Dec 5, 2020
1 parent 7ee2ad4 commit a8241a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/request.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,9 @@ static S3Status compose_amz_headers(const RequestParams *params,
append_amz_header(values, 0, "x-amz-copy-source-range", byteRange);
}
// And the x-amz-metadata-directive header
if (properties) {
append_amz_header(values, 0, "x-amz-metadata-directive", "REPLACE");
}
//if (properties) {
// append_amz_header(values, 0, "x-amz-metadata-directive", "REPLACE");
//}
}

// Add the x-amz-security-token header if necessary
Expand Down

0 comments on commit a8241a3

Please sign in to comment.