diff --git a/app/controllers/api/storage.php b/app/controllers/api/storage.php index 4b37e9c3ce..53a6ff8e7e 100644 --- a/app/controllers/api/storage.php +++ b/app/controllers/api/storage.php @@ -729,7 +729,8 @@ App::post('/v1/storage/buckets/:bucketId/files') ->setAttribute('openSSLVersion', $openSSLVersion) ->setAttribute('openSSLCipher', $openSSLCipher) ->setAttribute('openSSLTag', $openSSLTag) - ->setAttribute('openSSLIV', $openSSLIV); + ->setAttribute('openSSLIV', $openSSLIV) + ->setAttribute('chunksUploaded', $chunksUploaded); if($permissionBucket) { $file = Authorization::skip(function() use ($dbForInternal, $bucketId, $fileId, $file) {