Merge pull request #39629 from ir0nhide/fix/sse-c

This commit is contained in:
Julius Härtl 2023-07-31 18:05:48 +02:00 committed by GitHub
commit 286cceebc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');
}