Fix - Fix problems with base stream as it needed to make itself as fushable in order to play nicely with zip files Added - Experimental google drive support
0.0.4
Fix - Fix problems with base stream as it needed to make itself as seekable in order to play nicely with zip files Changed - Now the required dev version is python 3.7
0.0.3
Added - Full s3 path included in error message when unable to fetch the remote file
0.0.2
Added - Ability to set ACL for put operations
0.0.1
Added - S3 client.
0.0.1alpha.10
Added - `extras/init_tentaclio.sh` for automatically create a secrets file and configure the user's environment. Fixed - `SQLAlchemyClient.query()` now takes an explicit `params` kwarg consistent with `conn.execute()`