Add notes about port specification for non-AWS S3 endpoints (#1025)

This commit is contained in:
pollfly
2025-02-02 13:28:26 +02:00
committed by GitHub
parent d963d1d151
commit 21954b31bb
9 changed files with 29 additions and 10 deletions

View File

@@ -124,6 +124,18 @@ sdk {
To force usage of a non-AWS endpoint, port declaration is *always* needed (e.g. `host: "my-minio-host:9000"`),
even for standard ports like `433` for HTTPS (e.g. `host: "my-minio-host:433"`).
:::important
Port specification is mandatory whenever you specify non-AWS S3 endpoint access. Use the following URI
format: `s3://<hostname>:<port>/<bucket-name>/path`.
This applies when:
* Setting output URIs for tasks (via SDK or UI)
* Registering Hyper-Dataset frames
* All fields where endpoint access is specified.
:::
##### TLS
To enable TLS, pass `secure: true`. For example:
```
sdk {