Skip to content

Instantly share code, notes, and snippets.

View fernandocoronatomf's full-sized avatar

Fernando Coronato fernandocoronatomf

  • Newcastle, NSW
View GitHub Profile
@fideloper
fideloper / stream_file.php
Last active January 17, 2024 18:41
Stream file from S3 to browser, assume Laravel Filesystem usage
<?php
/*************************************************************************
* Get File Information
*/
// Assuming these come from some data source in your app
$s3FileKey = 's3/key/path/to/file.ext';
$fileName = 'file.ext';