All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Bumped urllib3 from 1.24.1 to 1.24.2
- Improved error messages for Redshift functions
- Corrected
README.md
and docstring fors3_download()
- Informative error message for the env_var argument in the
redshift_execute()
andredshift_get_conn()
functions - A
boto_get_creds()
function was created to allow the user to obtain credentials strings for purposes such asCOPY
andUNLOAD
SQL statements - Version documentation in the
CHANGELOG.md
file
- The
create_session()
function was renamed toboto_create_session()
to highlight that the session object can be used to access a wide variety of AWS tools
- Docstrings and
README.md
documentation for S3 functions
- Initial release