athrog commented on pull request #120:
URL: https://github.com/apache/solr/pull/120#issuecomment-883590462


   Regarding minio, I saw this too in my testing (I tried to make it work 
before moving to S3Mock). Their handling of "directory-like" structure is 
pretty incompatible with this project. Main problem is
   
   1. Create a dir `foo/`
   2. `doesObjectExist` returns true for `foo/`
   2. Add a file `bar` in dir `foo`.
   3. Now `doesObjectExist` returns false for `foo/` :(
   
   According to https://github.com/minio/minio/issues/6566
   > We cannot support AWS style it is simply not possible on a POSIX like 
hierarchy unless we write of course is some form hashed translation but that 
would defeat the purpose of Minio to be simpler even to look at the backend.


-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to