Package org.apache.solr.s3
package org.apache.solr.s3
Solr S3 backup repository
-
ClassDescriptionA concrete implementation of
BackupRepositoryinterface supporting backup/restore of Solr indexes to S3.Class representing thebackupS3 config bundle specified in solr.xml.Generic exception for S3 related failures.Specific exception thrown fromS3StorageClients 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 aS3Clientfor communicating with AWS S3.