Zipper
Zipper copied to clipboard
Store zip on S3
Is it possible to save a zip I just created using Zipper directly on my S3 storage?
@bartbergmans This question isn't really Zipper specific. You should probably look at the Laravel Filesystem documentation, https://laravel.com/docs/5.6/filesystem#storing-files, as that would give you an understanding of how to store files. Then you would want to look into using the S3 driver for use with Laravel Filesystem.