fixed backblaze broken download link when filename contain space (Content Disposition header wasn't read properly with space)

This commit is contained in:
Peter Papp
2020-09-14 09:53:38 +02:00
parent 95f6695d00
commit 7ba2a3bec1
7 changed files with 9 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
return [
'version' => '1.7.10.1',
'version' => '1.7.10.2',
// Define size of chunk uploaded by MB. E.g. integer 128 means chunk size will be 128MB.
'chunk_size' => env('CHUNK_SIZE', '128'),