-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
php-zip with AWS S3 #51
Comments
Hello. I did not work with AWS S3. |
are you saying it should work ? i have S3 wrapper installed and working |
did some debugging error occurs in saveAsFile() {} error: $tempfilename can not open from write. |
Not a fix, but better alternative is use https://github.com/thephpleague/flysystem |
php:openssl |
Hi,
i have php-zip working well locally, but will have the need to put my files in AWS S3 storage. I tried to zip a file but it failed...
is the library compatible with AWS S3 ?. The framwwork i'm supports S3 and all files are saved and retrieved successfully.
here's a a sample error:
Fatal error: Uncaught PhpZip\Exception\InvalidArgumentException: File s3://aami-ca-2/uploads/XXXX/YYYY/filename_Package.zip.temp5ea035e27cb4f4.89630193 can not open from write. in X:\vendor\nelexa\zip\src\ZipFile.php:1610 Stack trace: #0
any insight appreciated.
The text was updated successfully, but these errors were encountered: