Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid errors when uploading large files (#94)
Reading/writing a large file all at once can cause a MemoryError or an OverflowError. Using `shutil.copyfileobj` seems to solve the issue.
- Loading branch information