Ne-Lexa / php-zip

PhpZip is a php-library for extended work with ZIP-archives.
MIT License
491 stars 60 forks source link

Store extracted files in S3 #90

Open lebroncho opened 2 years ago

lebroncho commented 2 years ago

Hello. I want that all my extracted files be stored in S3 instead in my local public folder. Is that possible?

I try to debug using isDirectory but it said it was not found in the archive $isDirectory = $zipFile->isDirectory(Storage::disk('s3')->url($directory));