mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 14:37:18 +00:00
Add bucket storage clarification (#329)
This commit is contained in:
parent
038b95012e
commit
c8f96230bf
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user