- pass extra parameters in storage ops when generating a download link (e02cdfe)
- allow specifying content type for backend-generated download links (6e72571)
- fix links view mixin to support proper mro (4e67f4b)
- add StorageOperations wrapper/mixin (2db0ae0)
- allow served filename to be different (4a643c5)
- change plugin spec requirement from keg to flask (a2ffdbb)
- fix itsdangerous deprecations by replacing usage with authlib (a1b389c)
- add py.typed for PEP 561 compatibility (c5731f5)
- ensure paths passed to copy are resolved to the root path (1cab726)
- add copy method and related CLI for s3 and local backends (02003a8)
- CircleCI config fix for python versions present (19c1881)
- update tox for python versions present in CI (818527b)
- Support latest version of Azure SDK (6ffff6a)
- Added usage notes for URLs created with the S3 link_to method (4c60eb2)
- Fix typo in documentation (6c6eb8e)
- Allow callers to specify port to use for SFTP connections (a880b3e)
- Support direct upload / download URL generation for all backends (6975227)
- Add a local filesystem backend (6242913)
- Properly escape paths for SAS token generation (9f126c8)
- Fix Azure SAS blob upload link permissions (d7a1653)
- Fix Version Import (fb162f7)
- Enable AzureStorage to take a blob SAS URL (8e6e478)
- Allow AzureStorage to be used with a container SAS URL (#28) (f405d21)
- Add support for download and upload progress callbacks (#34) (468fec8)
- Fix config variable naming (#33) (9720e63)
- Make aws dependencies optional (a2146d1)
- Create Sphinx Documentation (753ef58)
- Merge pull request #27 from level12/stdin-stdout-cli-support (aef81c1)
- Merge pull request #25 from level12/azure-client-version (02c44de)
- Add noqa to version file to avoid coverage errors (1f4e5c3)
- Stricter Azure Dependencies (adea745)
- feat: Make keg dependency optional and improve backend optional dependency handling (e33139a)
- bug: Fix bug where small files written to S3 buckets were never flushed (bd6c2c0)
- feat: Add support for Azure blob storage (4141319)
- feat: Update interface to allow file-like access (7c2a1b7)
- bug: Make the return type of the list command consistent across backends (53abcda)
- feat: Enable Multi-Key Re-encryption Scenarios Possible (a0d74a1)
- feat: Make CLI Click Group Global (41f062a)
- bug: ensure list operations always returns string (177d4a9)
- [FEAT] Added Support for AWS Credentials using a Profile