urlを踏んでも、s3上にもpdfファイルは存在しているのに、Illuminate \ Contracts \ Filesystem \ FileNotFoundException
と出てしまいます。
何故なのでしょうか。。
php
1$exists = Storage::disk('s3')->exists($pdfFile); 2if($exits){ 3$pdf = Storage::disk('s3')->get($pdfFile); 4 5 Storage::disk('local')->put($pdfFile, $pdf); 6}
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/02/29 14:45
2020/03/01 02:51