Forked from jmathai/s3-bucket-stream-zip-php
and michaeltlee/s3-bucket-stream-zip-php
This library lets you efficiently stream the contents of an S3 bucket/folder as a zip file to the client.
Uses v3 of AWS SDK to stream files directly from S3.
composer require limenet/s3-bucket-stream-zip-php
See examples/simple.php
.
in config/app.php
:
'providers' => [
...
limenet\S3BucketStreamZip\AwsZipStreamServiceProvider::class,
...
]
in config/services.php
, set:
's3' => [
'key' => '',
'secret' => '',
'region' => '',
'version' => '',
];
- Jaisen Mathai jaisen@jmathai.com - http://jaisenmathai.com
- @Michaeltlee
- Linus Metzler hi@linusmetzler.me - https://linusmetzler.me
- Paul Duncan pabs@pablotron.org - http://pablotron.org/
- Jonatan Männchen jonatan@maennchen.ch - http://commanders.ch
- Jesse G. Donat donatj@gmail.com - https://donatstudios.com