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 b534927 commit 2761bf9Copy full SHA for 2761bf9
services/s3/e2eTest/src/S3ChecksumTest.kt
@@ -25,6 +25,7 @@ class S3ChecksumTest {
25
@BeforeAll
26
private fun setUp(): Unit = runBlocking {
27
val accountId = getAccountId()
28
+ // FIXME: Use randomly generated bucket instead of hardcoded one when motorcade is ready
29
getBucketByName(client, testBucket, "us-west-2", accountId)
30
}
31
0 commit comments