-
- All Implemented Interfaces:
-
jetbrains.exodus.log.replication.S3FactoryBoilerplate
public interface S3DataReaderOrWriter implements S3FactoryBoilerplate
-
-
Method Summary
Modifier and Type Method Description abstract LogTipgetLogTip()abstract S3AsyncClientgetS3()abstract StringgetBucket()abstract AwsRequestOverrideConfigurationgetRequestOverrideConfig()-
-
Method Detail
-
getLogTip
abstract LogTip getLogTip()
-
getS3
abstract S3AsyncClient getS3()
-
getRequestOverrideConfig
abstract AwsRequestOverrideConfiguration getRequestOverrideConfig()
-
-
-
-