Closed
Description
When django is being hosted on a windows machine (such as a local dev environment) the file is uploaded using backslashes as the path separator. So, instead of uploading to the /tmp/s3file folder the file get a single long filename with backslashes in it.
This then causes a File Does Not Exist IOError in boto3 when it tries to pull the file back.