mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Add notes about port specification for non-AWS S3 endpoints (#1025)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user