-
- All Implemented Interfaces:
-
jetbrains.exodus.log.replication.FileFactory,jetbrains.exodus.log.replication.S3FactoryBoilerplate
public final class S3FileFactory implements S3FactoryBoilerplate, FileFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classS3FileFactory.Companion
-
Constructor Summary
Constructors Constructor Description S3FileFactory(S3AsyncClient s3, Path dir, String bucket, FileDataReader reader, AwsRequestOverrideConfiguration requestOverrideConfig)
-
Method Summary
-
-
Method Detail
-
getS3
S3AsyncClient getS3()
-
getReader
final FileDataReader getReader()
-
getRequestOverrideConfig
AwsRequestOverrideConfiguration getRequestOverrideConfig()
-
-
-
-