Skip to content

Commit 2f1d710

Browse files
fix: add MinIO settings override to AWS S3 configuration
1 parent 09501ca commit 2f1d710

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/resources/application-aws.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ cors.allowed.methods=*
1515

1616
# AWS S3 Configuration
1717
aws.region=eu-west-1
18-
aws.s3.bucket=amigos-product-service-images
18+
aws.s3.bucket=amigos-product-service-images
19+
# Override MinIO settings from base application.properties
20+
aws.s3.endpoint-override=
21+
aws.s3.path-style-enabled=false

0 commit comments

Comments
 (0)