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 55bdcb8 commit 44894e6Copy full SHA for 44894e6
services/s3/e2eTest/src/S3ChecksumTest.kt
@@ -177,9 +177,9 @@ class S3ChecksumTest {
177
assertTrue(responseCodeFromPut(presignedPutRequest, contents) in 200..299)
178
}
179
180
+ // FIXME: Sending checksum via query params should work
181
@Test
182
@Ignore
- // FIXME: Sending checksum via query params should work
183
fun testPresignedUrlContainsChecksum() = runBlocking {
184
val unsignedPutRequest = PutObjectRequest {
185
bucket = testBucket
0 commit comments