ion-elgreco commented on issue #509: URL: https://github.com/apache/arrow-rs-object-store/issues/509#issuecomment-3415067952
@tustvold created a repo and it seems to be a LakeFS issue actually, see repo here: https://github.com/ion-elgreco/object-store-rs-issue Output of the test: ```rust Testing endpoint: lakeFS -> http://localhost:8000 Uploaded to lakeFS with metadata Attributes({Metadata("foo"): AttributeValue("hellö wörld")}) ❌ Error reading from lakeFS: Generic { store: "S3", source: InvalidMetadata { key: "x-amz-meta-foo", }, } Testing endpoint: minio -> http://localhost:9000 Uploaded to minio with metadata Attributes({Metadata("foo"): AttributeValue("hellö wörld")}) Retrieved from minio: Attributes({Metadata("foo"): AttributeValue("=?UTF-8?q?hell=C3=B6_w=C3=B6rld?="), ContentType: AttributeValue("binary/octet-stream")}) ``` cc @arielshaqed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
