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


   Been testing this out some more, and am finding some issues:
   
   - Using the async API (not sure about synchronous), I'm seeing `status: 0` 
when the backup actually fails. The directories are created, but an issue with 
the S3 server did not allow the cloud to save the actual index or metadata 
files. This is definitely the biggest issue.
   - The use of AwsRegion means that users can't use anything other than AWS s3 
servers, which I don't think we want to lock ourselves down to. We can easily 
add an "endpoint" config option.
   - The way that directories are created doesn't 100% work with `minio`, which 
isn't 100% required. But it'd be nice if we could support it and AWS s3 at the 
same time. (You have to add a `/` at the end of directory names when adding 
them.)


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