Revert "fix(ObjectStoreStorage): Encode original-path in writeStream by @frabe1579"

This reverts commit 4b4b39e7ec.

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/56515/head
Robin Appelman 5 months ago
parent 8194be795d
commit a7d130c598
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB
  1. 2
      lib/private/Files/ObjectStore/ObjectStoreStorage.php

@ -480,7 +480,7 @@ class ObjectStoreStorage extends \OC\Files\Storage\Common implements IChunkedFil
$metadata = [
'mimetype' => $mimetype,
'original-storage' => $this->getId(),
'original-path' => rawurlencode($path),
'original-path' => $path,
];
if ($size) {
$metadata['size'] = $size;

Loading…
Cancel
Save