Class S3SnapshotAutoConfiguration
- java.lang.Object
-
- de.otto.synapse.configuration.aws.S3SnapshotAutoConfiguration
-
@Configuration @EnableConfigurationProperties(SnapshotProperties.class) @Import(S3AutoConfiguration.class) public class S3SnapshotAutoConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description S3SnapshotAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnapshotReadServicesnapshotReadService(software.amazon.awssdk.services.s3.S3Client s3Client, SnapshotProperties snapshotProperties)SnapshotWriteServicesnapshotWriteService(software.amazon.awssdk.services.s3.S3Client s3Client, SnapshotProperties snapshotProperties)
-
-
-
Method Detail
-
snapshotReadService
@Bean @ConditionalOnMissingBean public SnapshotReadService snapshotReadService(software.amazon.awssdk.services.s3.S3Client s3Client, SnapshotProperties snapshotProperties)
-
snapshotWriteService
@Bean @ConditionalOnMissingBean public SnapshotWriteService snapshotWriteService(software.amazon.awssdk.services.s3.S3Client s3Client, SnapshotProperties snapshotProperties)
-
-