File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 55# Bucket (referenced in the routes)
66api.bucket =camel-k
77# Region of the buket
8- camel.component.aws -s3.region =EU_WEST_1
8+ camel.component.aws2 -s3.region =eu-west-1
99# AWS Access Key ID
10- camel.component.aws -s3.access-key =<put-your-aws-access-key-id-here>
10+ camel.component.aws2 -s3.access-key =<put-your-aws-access-key-id-here>
1111# AWS Access Key Secret
12- camel.component.aws-s3.secret-key =<put-your-aws-access-key-secret-here>
12+ camel.component.aws2-s3.secret-key =<put-your-aws-access-key-secret-here>
13+ # Autocreate the bucket if it doesn't exist
14+ camel.component.aws2-s3.autoCreateBucket =true
1315
1416# General configuration
1517camel.rest.api-context-path = /openapi.json
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ camel.component.aws2-s3.access-key={{minio.access-key}}
1616camel.component.aws2-s3.secret-key ={{minio.secret-key}}
1717camel.component.aws2-s3.uri-endpoint-override = {{minio.endpoint}}
1818camel.component.aws2-s3.override-endpoint = true
19+ camel.component.aws2-s3.autoCreateBucket = true
1920
2021# General configuration
2122camel.rest.api-context-path = /openapi.json
You can’t perform that action at this time.
0 commit comments