roeap opened a new issue, #207: URL: https://github.com/apache/arrow-rs-object-store/issues/207
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** In certain situations is useful or convenient to have a constant prefix applied to all paths handled by an `ObjectStore`. Examples might be to simplify paths handling or to avoid illegal operations - e.g. listing the root when only permissions are available on some directory in an ADLS Gen2 storage account. The C++ implementation provides an equivalent concept via the [`SubTreeFilesSytem`](https://arrow.apache.org/docs/python/generated/pyarrow.fs.SubTreeFileSystem.html#pyarrow.fs.SubTreeFileSystem). **Describe the solution you'd like** A an `ObjectStore` implementation that applies / strips a prefix to all paths exposed in the ObjectStore apis. **Describe alternatives you've considered** Letting consumers handle this. **Additional context** <!-- Add any other context or screenshots about the feature request 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]
