mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 12:59:23 +08:00
parent
85de706d22
commit
375fd709a9
@ -72,9 +72,7 @@ S3ClientWrapper::StartService() {
|
|||||||
|
|
||||||
void
|
void
|
||||||
S3ClientWrapper::StopService() {
|
S3ClientWrapper::StopService() {
|
||||||
if (client_ptr_ != nullptr) {
|
client_ptr_ = nullptr;
|
||||||
client_ptr_ = nullptr;
|
|
||||||
}
|
|
||||||
Aws::ShutdownAPI(options_);
|
Aws::ShutdownAPI(options_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user