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

@@ -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`