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

This reverts commit 4b4b39e7ec.

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2025-11-18 16:07:29 +01:00
parent 8194be795d
commit a7d130c598
No known key found for this signature in database
GPG key ID: 42B69D8A64526EFB

View file

@ -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;