php-zip icon indicating copy to clipboard operation
php-zip copied to clipboard

Store extracted files in S3

Open lebroncho opened this issue 3 years ago • 0 comments

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));

lebroncho avatar Jul 18 '22 09:07 lebroncho