-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Description
I'm using php-zip in an AWS Lambda with a zip in S3 using the seekable stream wrapper - which works great!
However, the use of php://temp means the lambda's small storage area fills up quickly and causes problems.
As I'm using a lambda with 10GB of RAM (storage is <500MB) it would be great if instead we could optionally support php://memory instead.
I'm likely to fork and have a go at this tomorrow, but I've no idea which way of implementing it would be acceptable for a PR (if any).
Example
Metadata
Metadata
Assignees
Labels
No labels