Skip to content

Incorrect s3 upload path separator on windows #93

Closed
@AbsoluteDestiny

Description

@AbsoluteDestiny

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions