in src/main/java/org/elasticsearch/aliyun/oss/blobstore/OssBlobStore.java [142:144]
boolean blobExists(String blobName) throws OSSException, ClientException, IOException {
return doPrivilegedAndRefreshClient(() -> this.client.doesObjectExist(bucket, blobName));
}