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 [email protected] - http://jaisenmathai.com
- @Michaeltlee
- Linus Metzler [email protected] - https://linusmetzler.me
- Paul Duncan [email protected] - http://pablotron.org/
- Jonatan Männchen [email protected] - http://commanders.ch
- Jesse G. Donat [email protected] - https://donatstudios.com