tencentyun / elasticsearch-repository-cos

The COS repository plugin adds support for using Tencent Cloud COS as a repository for Snapshot/Restore
Apache License 2.0
16 stars 15 forks source link

gradle build error #11

Closed PaulWang92115 closed 2 years ago

PaulWang92115 commented 3 years ago

version 7.6 , gradle build failed

Task :processTestResources FAILED

FAILURE: Build failed with an exception.

wuyinan0126 commented 3 years ago
String cosAccessKeyId = System.getenv("qcloud_cos_access_key_id")
String cosAccessKeySecret = System.getenv("qcloud_cos_access_key_secret")
String cosBucket = System.getenv("qcloud_cos_bucket")
String cosBasePath = System.getenv("qcloud_cos_base_path")
String cosRegion = System.getenv("qcloud_cos_region")

building will run test with the params above. please set the params in system env.