All Classes and Interfaces

Class
Description
A concrete implementation of BackupRepository interface supporting backup/restore of Solr indexes to S3.
Class representing the backup S3 config bundle specified in solr.xml.
Generic exception for S3 related failures.
Specific exception thrown from S3StorageClients when the resource requested is not found (e.g., attempting to fetch a key in S3 that doesn't exist).
Implementation is adapted from https://github.com/confluentinc/kafka-connect-storage-cloud/blob/5.0.x/kafka-connect-s3/src/main/java/io/confluent/connect/s3/storage/S3OutputStream.java, which uses ASLv2.
Creates a S3Client for communicating with AWS S3.