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: ```