João Pereira
Results
2
issues of
João Pereira
Hi, Basically this is done by exposing the :port option and avoid the S3 specific features like the dns buckets when the port is provided. I have this working against...
Hi, Is it possible to stream a file on put requests? Like supported by em-http: ``` http = EventMachine::HttpRequest.new('http://www.website.com/').post :file => 'largefile.txt' ``` I've been trying to patch it but...