86a87,90 > > if isinstance(body, file): > body.seek(0) # Go to the beginning of the file for the retry > 108a113,115 > if isinstance(body, file): > body.seek(0) # Go to the beginning of the file for the retry > 209a217 > size = os.path.getsize(source_path.name) 213c221,222 < headers = {"Content-Type": content_type} --- > headers = {"Content-Length": str(size), > "Content-Type": content_type}