Skip to content

Commit 4d9ec12

Browse files
Slachaider-chat-bot
andcommitted
docs: explain S3_FORCE_PATH_STYLE configuration option
Co-authored-by: aider (anthropic/claude-opus-4-5-20251101) <[email protected]>
1 parent 0c64565 commit 4d9ec12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ s3:
245245
# use `acl: ""` if you see "api error AccessControlListNotSupported: The bucket does not allow ACLs"
246246
acl: private # S3_ACL
247247
assume_role_arn: "" # S3_ASSUME_ROLE_ARN
248-
force_path_style: false # S3_FORCE_PATH_STYLE
248+
force_path_style: false # S3_FORCE_PATH_STYLE, set to `true` for S3-compatible storage (MinIO, Ceph, etc.) or when using custom endpoints that require path-style URLs (https://endpoint/bucket/key) instead of virtual-hosted style (https://bucket.endpoint/key)
249249
path: "" # S3_PATH, `system.macros` values can be applied as {macro_name}
250250
object_disk_path: "" # S3_OBJECT_DISK_PATH, path for backup of part from clickhouse object disks, if object disks present in clickhouse, then shall not be zero and shall not be prefixed by `path`
251251
disable_ssl: false # S3_DISABLE_SSL

0 commit comments

Comments
 (0)