Skip to content

Releases: linkorb/objectstorage

Catch AWS and S3 exceptions and throw AdapterException

09 Aug 05:35
fd08878
Compare
Choose a tag to compare
Merge pull request #7 from boite/master

Help library users react better to Object Storage failures

Correct references to version number (4.0)

10 Jun 06:21
fd1a097
Compare
Choose a tag to compare
Merge pull request #6 from linkorb/joostfaassen-patch-1

Update README.md

Fix broken storage key encryption; S3 adapter fixes

09 Jun 18:33
6004442
Compare
Choose a tag to compare
Merge pull request #5 from linkorb/develop

Fix broken storage key encryption; S3 adapter fixes

Create tag v3.0

02 Jun 18:24
beb1ce4
Compare
Choose a tag to compare
Merge pull request #4 from boite/master

Objectstorage v3; now with modern crypto

Add Service.getKeyPrefix() to complement the existing setKeyPrefix method

30 Oct 10:42
e363dd8
Compare
Choose a tag to compare
Merge pull request #3 from boite/master

Add Service.getKeyPrefix() to complement the existing setKeyPrefix method

Temporarily remove the static build function from StorageAdapterInterface

13 Jun 19:25
Compare
Choose a tag to compare
Temporarily remove the static build function from StorageAdapterInter…

…face

required to let EncryptionAdapter and Bzip2Adapter satisfy the interface

Fix broken BergenAdapter build

30 May 16:13
Compare
Choose a tag to compare
Merge pull request #2 from boite/master

Fix broken BergenAdapter build.

Refactor + Bergen support

16 May 10:02
Compare
Choose a tag to compare
Merge pull request #1 from boite/master

Add StorageAdapterInterface::build and BergenAdapter

Support key prefix on S3Adapter

09 May 10:17
Compare
Choose a tag to compare
v2.3.0

Support key prefix on S3Adapter

Bugfix Bzip2Adapter

08 May 14:16
Compare
Choose a tag to compare
v2.2.1

Bugfix