Tâm Nguyễn Đức
12/03/2020, 5:11 AMalpakka/s3
to upload/download object to lakefs, the problem is lakefs returns Content-Type: text/xml
header for S3 API, which our client does not accept (it expects application/xml
as real S3 API is returning). I've created an issue here https://github.com/treeverse/lakeFS/issues/987Ariel Shaqed (Scolnicov)
12/03/2020, 5:19 AMAriel Shaqed (Scolnicov)
12/03/2020, 8:56 AMAccept:
header in its requests. Given that application/xml and text/xml are both allowed by RFC, a client that accepts only one should specify which one it requires.Tâm Nguyễn Đức
12/03/2020, 9:54 AMAccept
header so this fix does not work for us. Currently we are using an work around (proxy the response to replace the response header) to overcome this issue.Ariel Shaqed (Scolnicov)
12/03/2020, 10:00 AMTâm Nguyễn Đức
12/03/2020, 11:28 AMAriel Shaqed (Scolnicov)
12/03/2020, 11:32 AM