Skip to content

Commit 76318bb

Browse files
committed
feat(storage): update
1 parent 922bba7 commit 76318bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/object-storage/how-to/host-healthcare-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Objects in a compliant bucket must be encrypted to make sure data is protected.
7676

7777
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.
7878

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.
8080

8181
Refer to the [dedicated documentation](/object-storage/api-cli/enable-sse-c/) for comprehensive information on how to encrypt objects using SSE-C.
8282

0 commit comments

Comments
 (0)