Merge branch '3.1.x'

This commit is contained in:
Ryan Baxter
2023-02-09 10:19:27 -05:00

View File

@@ -54,8 +54,7 @@ public class AwsS3IntegrationTests {
@Container
static LocalStackContainer localstack = new LocalStackContainer(
DockerImageName.parse("localstack/localstack:1.3.1")).withServices(LocalStackContainer.Service.S3)
.withReuse(true);
DockerImageName.parse("localstack/localstack:1.3.1")).withServices(LocalStackContainer.Service.S3);
@BeforeAll
public static void startConfigServer() throws IOException, InterruptedException, JSONException {