We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6dad31 commit c2af4d5Copy full SHA for c2af4d5
src/integrationTest/java/org/radarbase/output/RestructureS3IntegrationTest.kt
@@ -25,12 +25,7 @@ class RestructureS3IntegrationTest {
25
secretKey = "minioadmin",
26
bucket = "source",
27
)
28
- val targetConfig = S3Config(
29
- endpoint = "http://localhost:9000",
30
- accessToken = "minioadmin",
31
- secretKey = "minioadmin",
32
- bucket = "target",
33
- )
+ val targetConfig = sourceConfig.copy(bucket = "target")
34
val topicConfig = mapOf(
35
"application_server_status" to TopicConfig(
36
pathProperties = mapOf(
0 commit comments