From c8f96230bf33639e19340aba83ae29171440cb30 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Thu, 15 Sep 2022 10:30:05 +0300 Subject: [PATCH] Add bucket storage clarification (#329) --- docs/integrations/storage.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/integrations/storage.md b/docs/integrations/storage.md index d3f94ab1..2f3b099e 100644 --- a/docs/integrations/storage.md +++ b/docs/integrations/storage.md @@ -23,7 +23,9 @@ The ClearML configuration file uses [HOCON](https://github.com/lightbend/config/ ### Configuring AWS S3 Modify these parts of the clearml.conf file and add the key, secret, and region of the s3 bucket. -It's possible to also give access to specific s3 buckets. + +It's possible to also give access to specific s3 buckets in the `aws.s3.credentials` section. The default configuration +provided in the `aws.s3` section is applied to any bucket without a bucket-specific configuration. You can also enable using a credentials chain to let Boto3 pick the right credentials. This includes picking credentials from environment variables, a credential file, and metadata service @@ -137,7 +139,9 @@ azure.storage { ### Configuring Google Storage To configure Google Storage, specify the project and the path to the credentials JSON file. -It's also possible to specify credentials for a specific bucket. + +It's also possible to specify credentials for a specific bucket in the `google.storage.credentials` section. The default +configuration provided in the `google.storage` section is applied to any bucket without a bucket-specific configuration. ``` google.storage {