Skip to content

Commit b5a7c79

Browse files
authored
Merge pull request #483 from databacker/fix-config-access-key-id
fix accessKeyId case in examples
2 parents ef94a7f + 8a9fef0 commit b5a7c79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/configs/local.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
# database configuration
5050
database:
5151
server: host
52-
port: port
52+
port: 654
5353
credentials:
5454
username: user
5555
password: password
@@ -62,7 +62,7 @@ spec:
6262
spec:
6363
region: us-west-1
6464
endpoint: https://s3.us-west-1.amazonaws.com
65-
accessKeyId: access_key_id
65+
accessKeyID: access_key_id
6666
secretAccessKey: secret_access_key
6767
file:
6868
type: file

examples/configs/telemetry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ spec:
7575
spec:
7676
region: us-west-1
7777
endpoint: https://s3.us-west-1.amazonaws.com
78-
accessKeyId: access_key_id
78+
accessKeyID: access_key_id
7979
secretAccessKey: secret_access_key
8080
file:
8181
type: file

0 commit comments

Comments
 (0)