joshsouza commented on issue #475: URL: https://github.com/apache/solr-operator/issues/475#issuecomment-1255599619
As far as I can tell, the `sts` module isn't included in the `s3-repository` contrib module: https://repo1.maven.org/maven2/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.pom This lacks: ``` <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>sts</artifactId> <version>2.15.20</version> </dependency> ``` So this may be on the Solr repo, not the Solr Operator repo to fix, but definitely related. I'm only so-so at loading java stuff in, so I'm not sure if this can be bundled up separately and added in, or if we need to have a new version of that contrib library. -- 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