Releases: feather-framework/feather-storage-s3
Releases · feather-framework/feather-storage-s3
Release list
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
0.7.0: accelerated transfer (#6)
- added UseTransferAcceleratedEndpoint option (default: false) - removed redundant exists(...) function call (optimised s3 access)
0.6.0
0.5.0
What's Changed
- removed shutdown, added gh actions by @viaszkadi in #4
New Contributors
- @viaszkadi made their first contribution in #4
Full Changelog: 0.4.0...0.5.0
Rework
Service updates
- feather service update v0.3.0
- rename driver to builder
Fix multipart and range, including tests, services v0.2.0
Merge pull request #1 Fix multipart and range, including tests, services v0.2.0
Remove client from driver
- removed AWSClient from the driver implementation