Fix construct of SignedUrlPost

This commit is contained in:
2024-07-04 11:58:48 +02:00
parent 21b79c1981
commit 2adc8b3bf6
5 changed files with 7 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ final readonly class TempUrlOpenstackGenerator implements TempUrlGeneratorInterf
$g = new SignedUrlPost(
$url = $this->generateUrl($object_name),
$expires,
$object_name,
$this->max_post_file_size,
$max_file_count,
$submit_delay,