LocalData / localdata-tiles

A tileserver for LocalData
5 stars 2 forks source link

Interpret S3 response details properly #116

Closed prashtx closed 10 years ago

prashtx commented 10 years ago

If we get a response with a non-200 status code, interpret it as a failed save and log something useful. Also use heroku-style key=value logging.

/cc @hampelm

hampelm commented 10 years ago

Minor style question, but otherwise looks good to go @prashtx.

prashtx commented 10 years ago

Created #117 to track the style/code legibility work. I think we should go ahead and rework this even a bit more than moving that callback outside, but that'll be a little more work and warrant its own review.