Skip to content

Commit 33d7890

Browse files
committed
Document that s3.regionEndpoint requires a transport scheme
The `regionEndpoint` value does not work at all without one, so provide a nice hint that it is required in the vendor-provided materials. Fixes Issue: #97
1 parent d6bc315 commit 33d7890

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)