Skip to content

Commit 63904d4

Browse files
committed
docs: Add section why region.name is ignored
1 parent 5829d29 commit 63904d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/modules/druid/partials/s3-note.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
You can specify just a connection/bucket for either ingestion or deep storage or for both, but Druid only supports a single S3 connection under the hood.
44
If two connections are specified, they must be the same. This is easiest if a dedicated S3 Connection Resource is used - not defined inline but as a dedicated object.
55
6+
The connection/bucket `region.name` field is ignored because Druid uses the AWS SDK v1, which ignores the region if the endpoint is set.
7+
The host is a required field, therefore the endpoint will always be set.
8+
69
TLS for S3 is not yet supported.
710
====

0 commit comments

Comments
 (0)