Displaying 1 result from an estimated 1 matches for "qoobaa".
Did you mean:
foobar
2011 Jul 09
2
Zip files on Amazon s3 bucket
...nality to allow an archive of files to be downloaded to a user
via delayed job. So basically a project may have 10 documents in 10
different folders in the s3 bucket. What i need to do is zip the
files up into one zip file and then send the user a link to download
them. Im using https://github.com/qoobaa/s3 and paperclip to manage
the file uploads.
I cant really see based on the functionality available how i could
realistically create this zip archive on the S3 storage bucket. I may
have to download the files locally and zip them up on the file system
but thats not a great solution and could take...