public boolean doesBucketExist()

in src/main/java/org/elasticsearch/aliyun/oss/service/OssServiceImpl.java [43:46]


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