Skip to content

Releases: europeana/ObjectStorage

Version 1.10

21 Dec 15:10
Compare
Choose a tag to compare

Update dependencies

Version 1.9

29 Sep 09:49
Compare
Choose a tag to compare
  • ADD s3.validate.after.inactivity in property File
  • FIX AWS Stale connection issues

Version 1.8

29 Sep 09:30
Compare
Choose a tag to compare
object-storage-1.8

[artifactory-release] Release version 1.8

Version 1.7

19 Nov 10:53
Compare
Choose a tag to compare

Fixed: return null when metadata doesn't exist
Added: unit tests

Version 1.6

13 Jun 12:26
Compare
Choose a tag to compare
  • Added support for S3 storage in IBM Cloud

Version 1.5

26 Sep 15:05
Compare
Choose a tag to compare
  • Switched from log4j1.x to log4j2.x
  • Fixed problem closing all connections to Amazon on shutdown

Version 1.4

14 Sep 11:20
Compare
Choose a tag to compare

Several efficiency improvements for retrieving information from Amazon S3:

  • Made retrieveAsStorageObject() more efficient
  • Removed inefficient call to getBucketLocation() in the getUri method
  • Added isAvailable() method
  • Added getMetaData() method

Version 1.3

02 Jun 10:44
Compare
Choose a tag to compare

This release includes:

  • New methods to directly retrieve media content and properly close connections
  • Speed improvements when reading or writing to Amazon S3
  • Various code cleanups