mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
chore(s3): fully resolve conflict in S3ObjectTrait
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
617803fc10
commit
1989ae9865
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ trait S3ObjectTrait {
|
|||
* @throws S3Exception|\Exception if there is an unhandled exception
|
||||
*/
|
||||
public function objectExists($urn) {
|
||||
return $this->getConnection()->doesObjectExistV2($this->bucket, $urn, false, $this->getSSECParameters());
|
||||
return $this->getConnection()->doesObjectExistV2($this->bucket, $urn, false, $this->getServerSideEncryptionParameters());
|
||||
}
|
||||
|
||||
public function copyObject($from, $to, array $options = []) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue