From 65480eb10c55b69a9c81e76fc0ee47c2fe777b69 Mon Sep 17 00:00:00 2001 From: CesarRoaldes <43323641+CesarRoaldes@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:55:12 +0100 Subject: [PATCH] Update enable-sse-c.mdx Fix the command --- storage/object/api-cli/enable-sse-c.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/storage/object/api-cli/enable-sse-c.mdx b/storage/object/api-cli/enable-sse-c.mdx index 3f38d5dee7..fe80ce3e89 100644 --- a/storage/object/api-cli/enable-sse-c.mdx +++ b/storage/object/api-cli/enable-sse-c.mdx @@ -88,8 +88,7 @@ If you lose the encryption key, you also lose the data encrypted with it, as you ```sh aws s3api head-object \ --bucket \ - --key \ - \ + --key ``` An error message similar to the following should display: ```