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

   **Describe the bug**
   I am setting an attribute such as `attributes: [("foo", "hello  
world")].into()` on my object which has a double whitespace. When I put the 
object with object-store I get an authorization mismatch because the signature 
that object-store creates doesn't match with LakeFS signature creation. If 
however set the object with the value `hello world` with a single whitespace 
the object is successfully put on the store.
   
   cc lakefs dev @arielshaqed 
   
   I guess the question is where is the issue, is it the client signature or 
server signature creation.
   


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