🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Java

Community Module

These modules are maintained by the community, outside of the Testcontainers project.

Description

fake-gcs-server provides an emulator for Google Cloud Storage API.

Examples

Dependency:
<dependency>
    <groupId>io.aiven</groupId>
    <artifactId>testcontainers-fake-gcs-server</artifactId>
    <version>0.1.0</version>
</dependency>
Usage:
var fakeGcsServer = new FakeGcsServerContainer();
fakeGcsServer.start();