DrewMcArthur commented on issue #471:
URL: 
https://github.com/apache/arrow-rs-object-store/issues/471#issuecomment-3234562347

   So, trying to skip including RANGE in the canonical headers leads to that 
`NotPartial` error because the response doesn't have any range headers as a 
result.  I also tried matching what's coming back in the SignatureDoesNotMatch 
error, i.e. including the range header but leaving the value empty, and that 
again passes the signature verification step, but fails in the same spot, where 
the expected range value is `bytes=-8` but the actual range value is empty.  
the GET also returns 200 when we're expecting 206 PARTIAL CONTENT, so it seems 
like AWS isn't recognizing that header.  
   
   


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