kylebarron commented on issue #398:
URL: 
https://github.com/apache/arrow-rs-object-store/issues/398#issuecomment-3491730373

   First, could you please apply standard markdown formatting to your comments? 
It's hard to read what you're trying to say. If you're trying to include a 
block quote, you can do that with `>` at the start of the line, or click 
   <img width="60" height="70" alt="Image" 
src="https://github.com/user-attachments/assets/fd285a0f-2b75-4950-8913-29c0a6758503";
 />
   
   > So it looks like container name is being taken off during the parse, 
however without the container name the path is invalid
   
   In this function (`ObjectStoreScheme::parse`) we don't care about the 
container name. We _only_ care about the protocol and the path. It's the same 
behavior with other providers that drop the bucket name:
   
   
https://github.com/kylebarron/arrow-rs-object-store/blob/38b185ca971f2e0bc0dc98e96505e72f473d3fbb/src/parse.rs#L252-L259


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