structurizr / onpremises

Structurizr on-premises installation
https://docs.structurizr.com/onpremises
MIT License
117 stars 45 forks source link

aws path style access #51

Closed kmigielek closed 11 months ago

kmigielek commented 1 year ago

While trying to connect to minio instead of aws s3 I've got this in logs:

Caused by: com.amazonaws.SdkClientException: Unable to execute HTTP request: structurizr.minio

I looked up on some docs and looks like withPathStyleAccess set to true fixes that issue and I can use structurizr with minio. aws-s3.pathStyleAccess with default set to false is added to properties in this pr so it won't change default behavior.

kstedman9 commented 11 months ago

What is the path to get this merged in and release generated for this? I can confirm that this is needed for Minio integration with structurizr.

simonbrowndotje commented 11 months ago

Thank you!