Searched refs:headBucketOutcome (Results 1 – 1 of 1) sorted by relevance
451 auto headBucketOutcome = this->GetS3Client()->HeadBucket(headBucketRequest); in Stat() local452 if (!headBucketOutcome.IsSuccess()) { in Stat()453 return errors::Unknown(headBucketOutcome.GetError().GetExceptionName(), in Stat()454 ": ", headBucketOutcome.GetError().GetMessage()); in Stat()528 auto headBucketOutcome = this->GetS3Client()->HeadBucket(headBucketRequest); in CreateDir() local529 if (!headBucketOutcome.IsSuccess()) { in CreateDir()