v0.1.0
- Bugfix: Stop using
Annex
as a proxy to the underlying implementation (#23) - Bugfix: Raise an exception in
FileAnnex
ifroot_path
does not exist (#25) - Refactor: Use the actual
from_env
method on each annex class inAnnex.from_env
(#23) - Refactor: Remove abstract base class use in
AnnexBase
(#23) - Refactor: Use Boto3 for S3 support (#24)
- Test: Add test coverage (#24)