Skip to content

Commit b6c132b

Browse files
available downloading from s3
i found this bug when i'm trying to connect with asw s3 storage
1 parent 6f7a4fb commit b6c132b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/DownloadController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ public function getDownload()
1414
abort(404);
1515
}
1616

17-
return response()->download($file->path('absolute'));
17+
return Storage::disk($this->helper->config('disk'))->download($file->path('storage'));
1818
}
1919
}

0 commit comments

Comments
 (0)