- Bugfix within ``download_file``, incorrect downloaded filename.
0.5.0
++++++++++++++++++
- Alters ``download_file`` so that the downloaded file name is similar to that of the remote being downloaded, rather than completely randomly generated.
0.4.0
++++++++++++++++++
- Make ``local_path`` parameter of ``download_file`` method optional, also make the method return the path of the downloded file.
0.3.0
++++++++++++++++++
- Adds optional ``encoding`` param to ``upload`` method so that encoding may be provided for non utf-8 files to be uploaded, without this ``UnicodeDecodeError`` would raise.
0.2.0
++++++++++++++++++
- Adds ``mkdir`` client method. - Bugfix where pathlib Paths could not be used as client parameters.