Mighten commented on code in PR #16565: URL: https://github.com/apache/dolphinscheduler/pull/16565#discussion_r1740911657
########## dolphinscheduler-common/src/main/resources/common.properties: ########## @@ -73,6 +73,16 @@ resource.huawei.cloud.obs.bucket.name=dolphinscheduler resource.huawei.cloud.obs.endpoint=obs.cn-southwest-2.huaweicloud.com +# tencent cloud access key id, required if you set resource.storage.type=COS +resource.tencent.cloud.access.key.id=<your-access-key-id> +# access key secret, required if you set resource.storage.type=COS +resource.tencent.cloud.access.key.secret=<your-access-key-secret> +# cos bucket name, required if you set resource.storage.type=COS +resource.tencent.cloud.cos.bucket.name=dolphinscheduler +# cos bucket region, required if you set resource.storage.type=COS, see: https://cloud.tencent.com/document/product/436/6224 +resource.tencent.cloud.cos.region=ap-nanjing Review Comment: Yes, I think it is a good idea, especially given the many storage plugins that already exist. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
