Releases: linkorb/objectstorage
Releases · linkorb/objectstorage
Catch AWS and S3 exceptions and throw AdapterException
Merge pull request #7 from boite/master Help library users react better to Object Storage failures
Correct references to version number (4.0)
Merge pull request #6 from linkorb/joostfaassen-patch-1 Update README.md
Fix broken storage key encryption; S3 adapter fixes
Merge pull request #5 from linkorb/develop Fix broken storage key encryption; S3 adapter fixes
Create tag v3.0
Merge pull request #4 from boite/master Objectstorage v3; now with modern crypto
Add Service.getKeyPrefix() to complement the existing setKeyPrefix method
Merge pull request #3 from boite/master Add Service.getKeyPrefix() to complement the existing setKeyPrefix method
Temporarily remove the static build function from StorageAdapterInterface
v2.4.2 Temporarily remove the static build function from StorageAdapterInter…
Fix broken BergenAdapter build
Merge pull request #2 from boite/master Fix broken BergenAdapter build.
Refactor + Bergen support
Merge pull request #1 from boite/master Add StorageAdapterInterface::build and BergenAdapter
Support key prefix on S3Adapter
v2.3.0 Support key prefix on S3Adapter
Bugfix Bzip2Adapter
v2.2.1 Bugfix