$twill_file_id = \DB::table('twill_fileables')->where('fileable_id', $lesson_id)->value('file_id');
$twill_file_uuid = \DB::table('twill_files')->where('id', $twill_file_id)->value('uuid');
$temporarySignedUrl = \Storage::disk('s3')->temporaryUrl($twill_file_uuid, now()->addMinutes(10));
$twill_file_id = \DB::table('twill_fileables')->where('fileable_id', $lesson_id)->value('file_id');
$twill_file_uuid = \DB::table('twill_files')->where('id', $twill_file_id)->value('uuid');
$temporarySignedUrl = \Storage::disk('s3')->temporaryUrl($twill_file_uuid, now()->addMinutes(10));