zanysoft / laravel-zip

MIT License
300 stars 95 forks source link

storing extracted files in s3 #38

Closed lebroncho closed 2 years ago

lebroncho commented 2 years ago

Hello. Is there's a way that I can store the extracted files to s3 instead in my public folder?

giagara commented 2 years ago

It's better to extract to temp directory, upload to s3, and then remove temp directory.