stayrascal commented on issue #7030: URL: https://github.com/apache/arrow-rs/issues/7030#issuecomment-2636100281
Thanks @tustvold for driving this discussion. Since supporting directory will bring much complexity on current design, I'm thinking if we can only support head/put/delete/list a object with a trailing `/`, just lifts the path restriction to accept a normal string as the object key, and treats it as a normal object, and shifts the directory/file logic to upstream, e.g. whether allow to delete a non empty dir, create a dir on a existing file, etc. The `object_store` still keep the atomic behavior as the behind object store provided. -- 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]
