Future<bool> doesObjectExist(String bucket, String cosPath) { return cosApi.doesObjectExist(serviceKey, bucket, cosPath); }