Skip to content

Commit 197493c

Browse files
committed
docs: note S3-compatible endpoint_url for artifacts storage
Signed-off-by: Gonzalo Peña-Castellanos <goanpeca@gmail.com>
1 parent 5049319 commit 197493c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/source/using/artifacts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ run.set_artifacts_uri('s3://...')
6363
run.log_artifact(..., name=...)
6464
```
6565

66+
Because `endpoint_url` is passed straight through to `boto3`, the same backend works with any S3-compatible object store, such as Amazon S3, Backblaze B2, Cloudflare R2, or MinIO. Set `endpoint_url` to your provider's endpoint (for example `https://your-s3-endpoint.example.com`) and keep using the `s3://` URI scheme.
67+
6668
#### File-system Artifacts Storage Backend
6769

6870
Aim provides ability to use mounted FS as an artifact storage. Any kind of storage that provides a mounted FS

0 commit comments

Comments
 (0)