From 6c1d648f5942c90d1f129d9e55d8f9d7dd3872d7 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 28 Feb 2026 07:44:23 -0500 Subject: [PATCH] chore: fixup/ revert cast in S3ObjectTrait Signed-off-by: Josh --- lib/private/Files/ObjectStore/S3ObjectTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/Files/ObjectStore/S3ObjectTrait.php b/lib/private/Files/ObjectStore/S3ObjectTrait.php index a5638a2e3ab..384e9f0ff58 100644 --- a/lib/private/Files/ObjectStore/S3ObjectTrait.php +++ b/lib/private/Files/ObjectStore/S3ObjectTrait.php @@ -150,7 +150,7 @@ trait S3ObjectTrait { $uploader = new MultipartUploader($this->getConnection(), $stream, [ 'bucket' => $this->bucket, 'concurrency' => $concurrency, - 'key' => (string) $urn, + 'key' => $urn, 'part_size' => $this->uploadPartSize, 'state' => $state, 'params' => [