aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3_sse_s3_integration_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/s3api/s3_sse_s3_integration_test.go')
-rw-r--r--weed/s3api/s3_sse_s3_integration_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/s3api/s3_sse_s3_integration_test.go b/weed/s3api/s3_sse_s3_integration_test.go
index 8232aea7f..4e0d91a5c 100644
--- a/weed/s3api/s3_sse_s3_integration_test.go
+++ b/weed/s3api/s3_sse_s3_integration_test.go
@@ -78,7 +78,7 @@ func TestSSES3EndToEndSmallFile(t *testing.T) {
// Step 3: Decrypt (simulates what happens during GET)
// This tests the IV retrieval path for inline files
-
+
// First, deserialize metadata from storage
retrievedKeyData := mockEntry.Extended[s3_constants.SeaweedFSSSES3Key]
retrievedKey, err := DeserializeSSES3Metadata(retrievedKeyData, keyManager)