Skip to content

Instantly share code, notes, and snippets.

View ekrist1's full-sized avatar

ekrist1

View GitHub Profile
@ekrist1
ekrist1 / stream_file.php
Created April 15, 2018 21:30 — forked from fideloper/stream_file.php
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';