Skip to content

Commit 1d7d01d

Browse files
Merge pull request #50547 from nextcloud/backport/50514/stable31
[stable31] feat(S3): add SSE-C support in S3 External Storage
2 parents 9ee1e19 + 936ef80 commit 1d7d01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Files/ObjectStore/S3ConnectionTrait.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ protected function getCertificateBundlePath(): ?string {
213213
}
214214

215215
protected function getSSECKey(): ?string {
216-
if (isset($this->params['sse_c_key'])) {
216+
if (isset($this->params['sse_c_key']) && !empty($this->params['sse_c_key'])) {
217217
return $this->params['sse_c_key'];
218218
}
219219

0 commit comments

Comments
 (0)