Skip to content

Commit c971fbd

Browse files
Merge pull request #15 from avano/fixes
[S3] Use correct aws2-s3 component
2 parents e6e9d19 + e3e099c commit c971fbd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

s3.properties

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
# Bucket (referenced in the routes)
66
api.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
1517
camel.rest.api-context-path = /openapi.json

test/minio.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ camel.component.aws2-s3.access-key={{minio.access-key}}
1616
camel.component.aws2-s3.secret-key={{minio.secret-key}}
1717
camel.component.aws2-s3.uri-endpoint-override = {{minio.endpoint}}
1818
camel.component.aws2-s3.override-endpoint = true
19+
camel.component.aws2-s3.autoCreateBucket = true
1920

2021
# General configuration
2122
camel.rest.api-context-path = /openapi.json

0 commit comments

Comments
 (0)