ion-elgreco opened a new issue, #509:
URL: https://github.com/apache/arrow-rs-object-store/issues/509

   **Describe the bug**
   When putting an object on the object store (lakefs using S3 API). I am 
setting attributes which apparently has a non-utf8 characters. Putting the 
object didn't throw an error but when getting it from the store it says invalid 
metadata
   
   ```python
   Debug source:
   Generic {
       store: "S3",
       source: InvalidMetadata {
           key: "x-amz-meta-redacted",
       },
   }
   ```
   
   Should this not raise when putting the object already to prevent faulty 
objects?
   **To Reproduce**
   <!--
   Steps to reproduce the behavior:
   -->
   
   **Expected behavior**
   <!--
   A clear and concise description of what you expected to happen.
   -->
   
   **Additional context**
   <!--
   Add any other context about the problem here.
   -->


-- 
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]

Reply via email to