hasFile("file")) { return ""; } $path = $request->file("file")->store("lubo_file"); $full_path = Storage::url($path); $full_path = str_replace(env("AWS_ENDPOINT"), env("AWS_ACCESS_DOMAIN"), $full_path); return $full_path; } }