Commit Graph

22 Commits

Author SHA1 Message Date
allegroai
ed2b8ed850 Support num_workers in dataset operations
Support max connections setting for Azure storage using the `sdk.azure.storage.max_connection` setting
2022-11-21 17:12:02 +02:00
allegroai
68467d7288 Fix default clearml logger level cannot be changed (#741) 2022-11-21 17:07:21 +02:00
allegroai
59932e4f4c Fix python 2.7 support 2022-09-18 14:20:34 +03:00
allegroai
b4490a8525 Add deprecation warning in Task.setup_upload() 2022-09-13 15:00:25 +03:00
allegroai
a663805eb7 Support Azure and GCP storage in Task.setup_upload() 2022-09-02 23:36:32 +03:00
allegroai
e5846f6ba2 Add support for providing ExtraArgs to boto3 when uploading files using the sdk.aws.s3.extra_args configuration option 2022-08-09 09:43:30 +03:00
allegroai
a1709d5d41 Add support for AWS Session Token in AWS Storage configuration 2022-04-15 19:20:05 +03:00
allegroai
1cae01612d Fix no use returning invalid configurations 2022-01-25 00:38:48 +02:00
allegroai
3df7d2651c Fix GS without default project will crash 2021-12-30 12:21:10 +02:00
allegroai
11892a2145 Add support for Google Cloud Storage pool_connections and pool_maxsize overrides 2021-11-30 21:13:48 +02:00
allegroai
192bb03809 Add support for configuration env and files section 2021-10-19 10:32:06 +03:00
H4dr1en
4c7a59e2ba
Fix S3BucketConfig.is_valid() for ec2 envs with use_credentials_chain (#478) 2021-10-18 15:04:29 +03:00
allegroai
6e15349b76 Fix unsafe Google Storage delete object 2021-09-02 15:48:09 +03:00
allegroai
7bb78c01bf Add CLEARNL_CONFIG_VERBOSE to allow external control over verbosity of the configuration loading process 2021-08-07 19:33:40 +03:00
allegroai
53d25b7675 Fix incorrect check for default value in Config.get() 2021-06-09 02:46:01 +03:00
Manoj
bcf344da19
Use default boto credential chain if no keys in the config (#342)
* Use default boto credential chain if no keys in the config

* Add use_credentials_chain config to explicitly enable boto cred chain

* Propagate the new config param in the right way

* PEP8 fixes
2021-05-13 11:34:13 +03:00
allegroai
b21e932726 Fix set_credentials uses incorrect config file 2021-04-28 18:45:45 +03:00
allegroai
bdd8d224ac Fix get_active_config_file() crashing 2021-04-28 18:44:13 +03:00
allegroai
8c309afef4 Fix Google API credentials without storage section raises exception on import (issue #331) 2021-04-20 18:09:22 +03:00
allegroai
cc40b04a3c Add Task.set_credentials() option to store into credentials file 2021-01-10 13:06:10 +02:00
allegroai
d327f2e2b9 clearml initial version 0.17.0 2020-12-22 23:25:37 +02:00
allegroai
a460df1e68 renamed trains -> clearml 2020-12-22 21:17:56 +02:00