We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09501ca commit 2f1d710Copy full SHA for 2f1d710
src/main/resources/application-aws.properties
@@ -15,4 +15,7 @@ cors.allowed.methods=*
15
16
# AWS S3 Configuration
17
aws.region=eu-west-1
18
-aws.s3.bucket=amigos-product-service-images
+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