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 3d8b1a6 commit 6fa0fbbCopy full SHA for 6fa0fbb
__tests__/main-process/ipc-handlers/main-api/__snapshots__/object-handler.js.snap
@@ -50,6 +50,7 @@ exports[`ipc main api object handler get image file 1`] = `
50
"Expiration": Any<String>,
51
"LastModified": Any<Date>,
52
"Metadata": {},
53
+ "ServerSideEncryption": "AES256",
54
},
55
"path": "folder/image.png",
56
"size": 107,
@@ -73,5 +74,6 @@ exports[`ipc main api object handler get image file 2`] = `
73
74
"x-amz-expiration": Any<String>,
75
"x-amz-id-2": Any<String>,
76
"x-amz-request-id": Any<String>,
77
+ "x-amz-server-side-encryption": "AES256",
78
}
79
`;
0 commit comments