Skip to content

Commit 95cab6c

Browse files
authored
Merge pull request #98 from 0xDEC0DE/issue/97
docs: Document that `s3.regionEndpoint` requires a transport scheme
2 parents d6bc315 + 33d7890 commit 95cab6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ secrets:
9797
# Options for s3 storage type:
9898
# s3:
9999
# region: us-east-1
100-
# regionEndpoint: s3.us-east-1.amazonaws.com
100+
# regionEndpoint: https://s3.us-east-1.amazonaws.com
101101
# bucket: my-bucket
102102
# rootdirectory: /object/prefix
103103
# encrypt: false

0 commit comments

Comments
 (0)