chore: fixup/ revert cast in S3ObjectTrait

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2026-02-28 07:44:23 -05:00 committed by Ferdinand Thiessen
parent d5d34adcbb
commit 6c1d648f59
No known key found for this signature in database
GPG key ID: 7E849AE05218500F

View file

@ -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' => [