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