Cesar D. Rodas - 2008-07-18 12:43:54 -
In reply to message 1 from rallaet
La próxima vez trata de escribir en Ingles :P
----
The problem:
"rallaet" wants to streaming large files (i.e 50MB), but in the process it simple die. BTW, it works with smaller files, upto 10 MB.
--
The answer:
Unfortunately Amazon S3 doesn't support streaming files, then, because my class doesn't have any api, just a stream wrapper, i need to save the file in memory and send to amazon when you have closed the file. And there is a memory limitation on php.ini. I will rewrite the class providing an API and optionally registering a wrapper. Then i will create a method to stream large files. I cannot give a deadline for the new version because I'm working hard on GSOC right now.
--
La respuesta:
Desafortunadamente Amazon S3 no soporta hacer streaming de archivos al servidor, entonces, ya que mi clase no tiene un API solo registra un Wrapper, yo tengo que guardar en memoria todo el archivo, luego enviar a amazon cuando se cierra el archivo. Y recuerda que existe una limitacion de memoria en php.ini. Voy a reescribir la clase proveyendo una API y opcionalmente registrando un wrapper. Y ahi voy a proveer una funcion para levantar archivos grandes. No puedo dar una fecha estimada para la nueva version ya que estoy trabajando duro para gsoc