Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

S3_copy_object_range errors on x-amz-metadata-directive: REPLACE #6

Closed
2 tasks done
JustinKyleJames opened this issue Sep 22, 2020 · 2 comments
Closed
2 tasks done
Assignees
Labels

Comments

@JustinKyleJames
Copy link

JustinKyleJames commented Sep 22, 2020

  • v4
  • master

It seems to work if I comment the following out.

libs3/src/request.c

Lines 405 to 407 in 59b6237

if (properties) {
headers_append(1, "%s", "x-amz-metadata-directive: REPLACE");
}

@trel
Copy link
Member

trel commented Dec 7, 2020

This has been in the upstream libs3 since 2008 (and is still there) - so we probably should NOT remove it.

Need to understand what is erroring out.

@JustinKyleJames
Copy link
Author

See the following issue. bji#80

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants