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:
@@ -107,7 +107,7 @@ Upload the local dataset changes to the server. By default, it's uploaded to the
|
||||
medium by entering an upload destination. For example:
|
||||
* A shared folder: `/mnt/shared/folder`
|
||||
* S3: `s3://bucket/folder`
|
||||
* Non-AWS S3-like services (such as MinIO): `s3://host_addr:port/bucket`
|
||||
* Non-AWS S3-like services (such as MinIO): `s3://host_addr:port/bucket`. **Note that port specification is required**.
|
||||
* Google Cloud Storage: `gs://bucket-name/folder`
|
||||
* Azure Storage: `azure://<account name>.blob.core.windows.net/path/to/file`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user