Add generate sse_c_key (#319)
Some checks failed
Deploy CI / deploy (push) Has been cancelled

* Add generate sse_c_key

* Modify name error

---------

Co-authored-by: yangheran <heran.yang@seafile.com>
This commit is contained in:
feiniks 2024-10-18 11:18:42 +08:00 committed by GitHub
parent 02993cb9a1
commit 41915cc7e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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