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

@@ -97,7 +97,7 @@ and formats for specifying locations include:
* A shared folder: `/mnt/share/folder`
* S3: `s3://bucket/folder`
* Non-AWS S3-like services (e.g. MinIO): `s3://host_addr:port/bucket`
* Non-AWS S3-like services (e.g. 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`