$full_path = Storage::disk("uploads")->put("/my_image.jpg", $file);
$full_path = Storage::disk("uploads")->put("images/my_image.jpg", $file);