Skip to content

Commit

Permalink
Add generate sse_c_key (#319)
Browse files Browse the repository at this point in the history
* Add generate sse_c_key

* Modify name error

---------

Co-authored-by: yangheran <[email protected]>
  • Loading branch information
feiniks and yangheran authored Oct 18, 2024
1 parent 02993cb commit 41915cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion manual/deploy_pro/setup_with_amazon_s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,12 @@ use_https = true
sse_c_key = XiqMSf3x5ja4LRibBbV0sVntVpdHXl3P
```

`ssk_c_key` is a 32-byte random string.
`sse_c_key` is a string of 32 characters.

You can generate `sse_c_key` with the following command:
```
openssl rand -base64 24
```

## Other Public Hosted S3 Storage

Expand Down

0 comments on commit 41915cc

Please sign in to comment.