Posts tagged “amazon s3”

I’ve been playing with the Amazon S3 PHP Class and noticed the stored files were corrupted every time I used the putObject() function. The answer was deceptively simple: run the file through the inputFile() function and it’ll all be good.

Read more »