smore-inc / tinys3

A simple python S3 upload library. Inspired by requests
MIT License
285 stars 54 forks source link

Fix for setting Cache-Control on non-Public Files #51

Open barryhunter opened 8 years ago

barryhunter commented 8 years ago

If a file is not public the cache control header was written empty, rather than just missing the ,public suffice. Small operator precedence bug :)