crepererum commented on issue #384: URL: https://github.com/apache/arrow-rs-object-store/issues/384#issuecomment-2921871195
So maybe the actual proposal here then is: 1. loosen up `Path` to allow more / all strings 2. add a sync method to `ObjectStore` that allows users to check if a path is valid for that configuration (BTW: that would also allow them to check things that aren't possible with `Path` alone, like "is the path short enough for that file system"). I think that method should return `Result<(), RejectionReason>` though, so people know why the path is invalid. How does that sound to everybody? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org