I like to code, teach and promote. Subscribe to the Web Dev 101 and Datanation podcasts. Blogs and videos at devNursery.com and GrokOverflow.com. Find everything at AlexMerced.com
java.lang.IllegalStateException: Invalid S3 Credentials: s3.access-key-id not set
this seems to be the main problem, make sure that your s3 credentials are set in your environment and in your polaris servers environmental variables.
Alex, thanks a lot for your reply. I think I found the cause, it is the option "stsUnavailable": True in storageConfigInfo properties. I belive it should not be there, as minio supports STS and removing it fixed the issue.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
java.lang.IllegalStateException: Invalid S3 Credentials: s3.access-key-id not set
this seems to be the main problem, make sure that your s3 credentials are set in your environment and in your polaris servers environmental variables.
Alex, thanks a lot for your reply. I think I found the cause, it is the option "stsUnavailable": True in storageConfigInfo properties. I belive it should not be there, as minio supports STS and removing it fixed the issue.