Add bucket storage clarification (#329)

This commit is contained in:
pollfly 2022-09-15 10:30:05 +03:00 committed by GitHub
parent 038b95012e
commit c8f96230bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {