From df2726838d5376f95667af5cabd3cb6e2b301cf8 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Tue, 2 May 2023 15:36:53 +0300 Subject: [PATCH] Add storage information (#547) --- docs/integrations/storage.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/integrations/storage.md b/docs/integrations/storage.md index ebfdfe3a..30d6b54f 100644 --- a/docs/integrations/storage.md +++ b/docs/integrations/storage.md @@ -8,12 +8,22 @@ and charts. Supported storage mediums include: -![image](../../static/icons/ClearML_Supported_Storage--on-light.png) +![Supported storage](../../static/icons/ClearML_Supported_Storage--on-light.png) + +To use cloud storage with ClearML, [install](#installation) the `clearml` package for your cloud storage type, and then +[configure](#configuring-storage) your storage credentials. :::note Once uploading an object to a storage medium, each machine that uses the object must have access to it. ::: +## Installation + +For cloud storage, install the ClearML package for your cloud storage type: +* AWS S3 - `pip install clearml[s3]` +* Azure - `pip install clearml[azure]` +* Google Storage - `pip install clearml[gs]` + ## Configuring Storage Configuration for storage is done by editing the [clearml.conf](../configs/clearml_conf.md).