Class LocalStackS3Service
java.lang.Object
io.micronaut.testresources.aws.AbstractAwsEndpointService<org.testcontainers.localstack.LocalStackContainer>
io.micronaut.testresources.localstack.s3.LocalStackS3Service
- All Implemented Interfaces:
AwsEmulatorService<org.testcontainers.localstack.LocalStackContainer>, LocalStackService
public class LocalStackS3Service
extends AbstractAwsEndpointService<org.testcontainers.localstack.LocalStackContainer>
implements LocalStackService
Adds support for Localstack S3.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractAwsEndpointService
getResolvableProperties, getServiceKind, resolvePropertyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AwsEmulatorService
getResolvableProperties, getServiceKind, resolveProperty
-
Constructor Details
-
LocalStackS3Service
public LocalStackS3Service()
-