mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #50546 from nextcloud/backport/50514/stable30
[stable30] feat(S3): add SSE-C support in S3 External Storage
This commit is contained in:
commit
2d986d50d8
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ trait S3ConnectionTrait {
|
|||
}
|
||||
|
||||
protected function getSSECKey(): ?string {
|
||||
if (isset($this->params['sse_c_key'])) {
|
||||
if (isset($this->params['sse_c_key']) && !empty($this->params['sse_c_key'])) {
|
||||
return $this->params['sse_c_key'];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue