HTTP urls with space
Recently at work I came up with a requirement where I had to validate the image quality stored at s3. I had been using python imaging library (PIL) to validate image quality locally. After I found out that I couldn’t directly work with remote urls I resorted to using this python library…