az/object to file: static impl func
This commit is contained in:
parent
c642531e2f
commit
68f651a92f
|
@ -416,7 +416,7 @@ _exit:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t azGetObjectToFileImpl(const char *object_name, const char *fileName) {
|
static int32_t azGetObjectToFileImpl(const char *object_name, const char *fileName) {
|
||||||
int32_t code = TSDB_CODE_SUCCESS;
|
int32_t code = TSDB_CODE_SUCCESS;
|
||||||
std::string accountName = tsS3AccessKeyId[0];
|
std::string accountName = tsS3AccessKeyId[0];
|
||||||
std::string accountKey = tsS3AccessKeySecret[0];
|
std::string accountKey = tsS3AccessKeySecret[0];
|
||||||
|
|
Loading…
Reference in New Issue