public boolean doesObjectExist()

in src/main/java/org/elasticsearch/aliyun/oss/service/OssServiceImpl.java [37:40]


    public boolean doesObjectExist(String bucketName, String key)
        throws OSSException, ClientException {
        return this.ossStorageClient.doesObjectExist(bucketName, key);
    }