You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/object-storage/how-to/host-healthcare-data.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ Objects in a compliant bucket must be encrypted to make sure data is protected.
76
76
77
77
Scaleway's SSE-C (**S**erver-**S**ide **E**ncryption with **C**ustomer-provided keys) mechanism guarantees that objects uploaded to the bucket are properly encrypted.
78
78
79
-
You can check that your objects are properly encrypted by performing a simple `HeadObject` operation on an encrypted object. Scaleway Object Storage will return a `400` error if SSE-C has been used to upload this object.
79
+
You can check that your objects are properly encrypted by performing a simple `HeadObject` operation on an encrypted object without the SSE-C headers. Scaleway Object Storage will return a `400` error if SSE-C has been used to upload this object.
80
80
81
81
Refer to the [dedicated documentation](/object-storage/api-cli/enable-sse-c/) for comprehensive information on how to encrypt objects using SSE-C.
0 commit comments