Level 5
Try this
$file = Storage::disk('s3')->url($path);
Hi,
As the title says, I would like to retrieve the path of a file on S3. I need the path, because I need to upload the file from S3 to FTP. When I use Storage::get(), I get the file contents.
Gijs
Please or to participate in this conversation.