Skip to content

Commit fbf0a04

Browse files
committed
Fix README config examples to match actual example files
1 parent 0216cd4 commit fbf0a04

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ jitter_secs = 3600
4848

4949
[s3]
5050
bucket = "my-certificates-bucket"
51+
endpoint = "https://s3.example.com"
5152
region = "us-east-1"
53+
prefix = ""
54+
force_path_style = true
5255
access_key = "your-s3-access-key"
5356
secret_key = "your-s3-secret-key"
5457

@@ -77,7 +80,10 @@ jitter_secs = 0
7780

7881
[s3]
7982
bucket = "my-certificates-bucket"
83+
endpoint = "https://s3.example.com"
8084
region = "us-east-1"
85+
prefix = ""
86+
force_path_style = true
8187
access_key = "your-s3-access-key"
8288
secret_key = "your-s3-secret-key"
8389
```

0 commit comments

Comments
 (0)