Package org.apache.solr.s3
Class S3BackupRepositoryConfig
java.lang.Object
org.apache.solr.s3.S3BackupRepositoryConfig
Class representing the
backup S3 config bundle specified in solr.xml. All user-provided
config can be overridden via environment variables SOLR_FOO_BAR or system property solr.foo.bar.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROFILE
- See Also:
-
BUCKET_NAME
- See Also:
-
REGION
- See Also:
-
ENDPOINT
- See Also:
-
PROXY_URL
- See Also:
-
PROXY_USE_SYSTEM_SETTINGS
- See Also:
-
RETRIES_DISABLE
- See Also:
-
-
Constructor Details
-
S3BackupRepositoryConfig
public S3BackupRepositoryConfig(org.apache.solr.common.util.NamedList<?> config)
-
-
Method Details
-
buildClient
Construct aS3StorageClientfrom the provided config.
-