in src/main/java/org/elasticsearch/aliyun/oss/blobstore/OssBlobStore.java [174:179]
void deleteBlob(String blobName) throws OSSException, ClientException, IOException {
doPrivilegedAndRefreshClient(() -> {
this.client.deleteObject(bucket, blobName);
return null;
});
}