Added
- Smart open is the first engine_type modifier. It now supports compression with all DataConnectors that subclass `FileBasedConnector`. So engine_urls like 'gz+ndjson://myfile.ndjson.gz' are now supported.
- s3 engine type modifer
- an example ayeaye.Model that uses s3+gz+csv
- S3 engine types can use wildcards to match multiple files into a MultiConnector. See NoaaClimatology in examples.