diff options
| author | chrislu <chris.lu@gmail.com> | 2025-10-27 23:04:55 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-10-27 23:04:55 -0700 |
| commit | b7ba6785a2252f7a9c0e5192431b97e384034771 (patch) | |
| tree | b63b42437212683ba6583736030c8cf915421a86 /weed/s3api/s3_sse_s3_integration_test.go | |
| parent | 208d7f24f46fead096fd92432b90ebee7c406216 (diff) | |
| download | seaweedfs-b7ba6785a2252f7a9c0e5192431b97e384034771.tar.xz seaweedfs-b7ba6785a2252f7a9c0e5192431b97e384034771.zip | |
go fmt
Diffstat (limited to 'weed/s3api/s3_sse_s3_integration_test.go')
| -rw-r--r-- | weed/s3api/s3_sse_s3_integration_test.go | 2 |
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) |
