mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #39629 from ir0nhide/fix/sse-c
This commit is contained in:
commit
286cceebc3
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class S3 implements IObjectStore, IObjectStoreMultiPartUpload {
|
|||
$stat = $this->getConnection()->headObject([
|
||||
'Bucket' => $this->bucket,
|
||||
'Key' => $urn,
|
||||
]);
|
||||
] + $this->getSSECParameters());
|
||||
return (int)$stat->get('ContentLength');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue