fix(S3ObjectTrait): cast $urn to a string until typing adding elsewhere

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2026-02-27 13:00:07 -05:00 committed by Ferdinand Thiessen
parent ace9eb21e6
commit d5d34adcbb
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' => $urn,
'key' => (string) $urn,
'part_size' => $this->uploadPartSize,
'state' => $state,
'params' => [