Jing Wang

Results 2 comments of Jing Wang

Thanks @zhfeng for the quick response. I believe it is a quarkus issue - This only happens when running quarkus:dev. `mvn clean package` runs without a problem.

Thanks @zhfeng . Here is the test with docker-compose using localstack: **docker-compose.yaml** ``` version: '3.8' services: localstack: image: localstack/localstack:latest environment: - AWS_DEFAULT_REGION=us-west-2 - EDGE_PORT=4566 - SERVICES=s3 ports: - '4566-4583:4566-4583' ```...