localstack / localstack-java-utils

☕ Java utilities and JUnit integration for LocalStack
Apache License 2.0
75 stars 43 forks source link

fix S3 endpoints #102

Closed bentsku closed 1 year ago

bentsku commented 1 year ago

Fixing the S3 endpoints to use s3.localhost.localstack.cloud:4566 instead of localhost.localstack.cloud:4566 which doesn't support virtual host addressing

this should address https://github.com/localstack/localstack/issues/8018