Appearance
用户可通过如下操作查看某文件是否存在:
// 存在返回true,不存在返回false,其他异常会被抛出 bool exists = client.doesObjectExist("bucketName", "objectKey");