Skip to content

Commit d41243c

Browse files
authored
Update enable-sse-c.mdx (#3986)
Fix the command
1 parent e838d4a commit d41243c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

storage/object/api-cli/enable-sse-c.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ If you lose the encryption key, you also lose the data encrypted with it, as you
8888
```sh
8989
aws s3api head-object \
9090
--bucket <your-bucket-name> \
91-
--key <your-object-key> \
92-
<path/to/your/file> \
91+
--key <your-object-key>
9392
```
9493
An error message similar to the following should display:
9594
```

0 commit comments

Comments
 (0)