Zipper icon indicating copy to clipboard operation
Zipper copied to clipboard

Store zip on S3

Open bartbergmans opened this issue 6 years ago • 1 comments

Is it possible to save a zip I just created using Zipper directly on my S3 storage?

bartbergmans avatar May 09 '18 12:05 bartbergmans

@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.

tealise avatar Jun 27 '18 00:06 tealise