Skip to content

Commit 1989ae9

Browse files
chore(s3): fully resolve conflict in S3ObjectTrait
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 617803f commit 1989ae9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/Files/ObjectStore/S3ObjectTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public function deleteObject($urn) {
272272
* @throws S3Exception|\Exception if there is an unhandled exception
273273
*/
274274
public function objectExists($urn) {
275-
return $this->getConnection()->doesObjectExistV2($this->bucket, $urn, false, $this->getSSECParameters());
275+
return $this->getConnection()->doesObjectExistV2($this->bucket, $urn, false, $this->getServerSideEncryptionParameters());
276276
}
277277

278278
public function copyObject($from, $to, array $options = []) {

0 commit comments

Comments
 (0)