Add info for non-AWS S3 storage (#783)

This commit is contained in:
pollfly
2024-02-26 17:07:59 +02:00
committed by GitHub
parent 90faaf234e
commit 91fcaa2f24
7 changed files with 39 additions and 6 deletions

View File

@@ -86,6 +86,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`
* Google Cloud Storage: `gs://bucket-name/folder`
* Azure Storage: `azure://<account name>.blob.core.windows.net/path/to/file`