Skip to content

Commit 6fa0fbb

Browse files
committed
test: update response headers of image file from s3
1 parent 3d8b1a6 commit 6fa0fbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

__tests__/main-process/ipc-handlers/main-api/__snapshots__/object-handler.js.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ exports[`ipc main api object handler get image file 1`] = `
5050
"Expiration": Any<String>,
5151
"LastModified": Any<Date>,
5252
"Metadata": {},
53+
"ServerSideEncryption": "AES256",
5354
},
5455
"path": "folder/image.png",
5556
"size": 107,
@@ -73,5 +74,6 @@ exports[`ipc main api object handler get image file 2`] = `
7374
"x-amz-expiration": Any<String>,
7475
"x-amz-id-2": Any<String>,
7576
"x-amz-request-id": Any<String>,
77+
"x-amz-server-side-encryption": "AES256",
7678
}
7779
`;

0 commit comments

Comments
 (0)