Zipper icon indicating copy to clipboard operation
Zipper copied to clipboard

Is it possible to also use this if our files are stored on S3?

Open mcblum opened this issue 10 years ago • 4 comments

Just like the title says, would like to be able to add files to the archive that are not stored on the server.

mcblum avatar Nov 24 '15 18:11 mcblum

In that case you need to copy them to your server first. This is just a wrapper around the native php zip commands

Chumper avatar Nov 25 '15 08:11 Chumper

@Chumper @mcblum Couldn't you open a file stream and then use the addString-method?

nivv avatar Feb 16 '16 07:02 nivv

That is what I did.

raz-iacob avatar Jan 19 '17 13:01 raz-iacob

How can I use this on a Flexible Environment of Google App Engine which prefers Google Cloud Storage rather than File System?

gtaure avatar Nov 21 '17 07:11 gtaure