arielshaqed commented on issue #509: URL: https://github.com/apache/arrow-rs-object-store/issues/509#issuecomment-3415475947
@ion-elgreco thanks, again! This one may be a bug in the lakeFS S3 gateway actually. It seems that the output you get with MinIO matches the behaviour described [here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingMetadata.html#UserMetadata). That same section in AWS docs also hints at a workaround: character encode the values according to [RFC 2047](https://datatracker.ietf.org/doc/html/rfc2047). By my current reading of the spec, there may be an additional requirement on object-store-rs to **decode** such header values. Let me give a definitive answer by Sunday, to see if object-store-rs need to do anything. -- 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]
