Solutionunvalidated
Storage::disk('s3')->put('public/backup', $fileName); — save it on the Amazon S3 server. Tension: it only saves the name of the file and not the archive .zip. Outcome: $zip->close();.
f8e0b015-2c18-47c3-993f-5d74ab6d08e5
Storage::disk('s3')->put('public/backup', $fileName); — save it on the Amazon S3 server. Tension: it only saves the name of the file and not the archive .zip. Outcome: $zip->close();.