Patrick Fournier
Results
2
issues of
Patrick Fournier
This happens in version d1c55b8. I added .encode('ascii') to the four self.settings[] passed to S3BotoStorage, in transporter_s3.py line 31: ``` self.storage = S3BotoStorage( self.settings["bucket_name"].encode('ascii'), self.settings["bucket_prefix"].encode('ascii'), self.settings["access_key_id"].encode('ascii'), self.settings["secret_access_key"].encode('ascii'), "public-read", self.__class__.headers )...
bug
This avoids loading the image needlessly.