Donovan Schönknecht

Results 15 comments of Donovan Schönknecht

Possibly. Nobody has asked for it yet. Have started making CloudFront changes that are needed for streaming. Shouldn't take very long to actually implement.

Your commit changes getBucket(), not invalidateDistribution(). Have you applied the correct changes? Note that $response->code is used for HTTP status, $response->error->code is used for other error types - CURL, AWS,...

@jimaek It's difficult to process pull requests without a test suite, I think that would be a good place to start if you're up for it - it would help...

Again, sorry for the late response @racklin. Could you please make some code-styling tweaks? Thanks!

Sorry everyone, I haven't been able to look into this. Would anyone be willing to work on a PR?

Maybe inputFile() should have an extra parameter to bypass it... But you could just call putObject() with an input array instead: ``` php $input = array('file' => $file, 'size' =>...

Thanks for this. Just got back from holiday so still trying to catch up! Will examine, test and hopefully merge soon.

Not currently, someone tried to get it working - see #83. If you haven't looked at the relevant docs already, there's some info available: http://docs.aws.amazon.com/AmazonS3/latest/API/mpUploadInitiate.html

This could probably be avoided if the database is created with a default character set: `CREATE DATABASE kolide CHARACTER SET utf8 COLLATE utf8_general_ci;` Alternatively migrations could include character set and...

@jordanorc Would you mind testing this to see if it resolves your issue?