Documentation

Java Go

Description

S3Mock is a popular open-source library that allows mock testing against many S3 APIs.

Read more:

Examples

Dependency:
<dependency>
    <groupId>com.adobe.testing</groupId>
    <artifactId>s3mock-testcontainers</artifactId>
    <version>4.5.0</version>
    <scope>test</scope>
</dependency>
Usage:
S3MockContainer s3Mock = S3MockContainer("4.5.0")
s3Mock.start();
Dependency:
go get github.com/testcontainers/testcontainers-go/modules/s3mock
Usage:
s3mockContainer, err := s3mock.Run(context.Background(), "adobe/s3mock:3.9")