Searched refs:GetS3Client (Results 1 – 2 of 2) sorted by relevance
298 std::shared_ptr<Aws::S3::S3Client> S3FileSystem::GetS3Client() { in GetS3Client() function in tensorflow::S3FileSystem331 result->reset(new S3RandomAccessFile(bucket, object, this->GetS3Client())); in NewRandomAccessFile()339 result->reset(new S3WritableFile(bucket, object, this->GetS3Client())); in NewWritableFile()354 result->reset(new S3WritableFile(bucket, object, this->GetS3Client())); in NewAppendableFile()416 this->GetS3Client()->ListObjects(listObjectsRequest); in GetChildren()451 auto headBucketOutcome = this->GetS3Client()->HeadBucket(headBucketRequest); in Stat()467 auto headObjectOutcome = this->GetS3Client()->HeadObject(headObjectRequest); in Stat()486 this->GetS3Client()->ListObjects(listObjectsRequest); in Stat()513 this->GetS3Client()->DeleteObject(deleteObjectRequest); in DeleteFile()528 auto headBucketOutcome = this->GetS3Client()->HeadBucket(headBucketRequest); in CreateDir()[all …]
76 std::shared_ptr<Aws::S3::S3Client> GetS3Client();