thumbor-community / aws

Thumbor AWS extensions
MIT License
155 stars 70 forks source link

never touch a presigned url #61

Closed phoet closed 8 years ago

phoet commented 8 years ago

related to https://github.com/boto/botocore/issues/846 and https://github.com/thumbor-community/aws/issues/47

i finally got around to inspect the issues we had when upgrading botcore with the presigned loader.

the fix is obvious, urls genereated from botocore are signed, so they must never be touched afterwards.

Bladrak commented 8 years ago

Seems good to me :)