Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdicloud committed May 6, 2021
2 parents 30f8aef + 23b43f0 commit 70d525c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/private/Files/ObjectStore/S3ObjectTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,16 @@ public function readObject($urn) {
];

$context = stream_context_create($opts);
<<<<<<< HEAD
return fopen($request->getUri(), 'r', false, $context);
});
}
=======

return fopen($request->getUri(), 'r', false, $context);
});
}
>>>>>>> 23b43f02b58d5216b0dd596ad4ed9d39c95ce746

/**
* @param string $urn the unified resource name used to identify the object
Expand Down

0 comments on commit 70d525c

Please sign in to comment.