Class S3SnapshotAutoConfiguration
java.lang.Object
de.otto.synapse.configuration.aws.S3SnapshotAutoConfiguration
@Configuration
@EnableConfigurationProperties(SnapshotProperties.class)
@Import(S3AutoConfiguration.class)
public class S3SnapshotAutoConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsnapshotReadService(software.amazon.awssdk.services.s3.S3Client s3Client, SnapshotProperties snapshotProperties) snapshotWriteService(software.amazon.awssdk.services.s3.S3Client s3Client, SnapshotProperties snapshotProperties)
-
Constructor Details
-
S3SnapshotAutoConfiguration
public S3SnapshotAutoConfiguration()
-
-
Method Details
-
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)
-