Skip to content

Releases: europeana/ObjectStorage

Version 2.2

23 Sep 12:47
Compare
Choose a tag to compare
  • ADD option to configure client for connecting to IBM Cloud S3 storages

Version 2.1

28 Aug 13:31
Compare
Choose a tag to compare
  • REFACTOR the way we initialize Amazon S3 client with options (removed validateAfterInactivity)
  • REFACTOR move methods for generating metadata to Utils class
  • FIX unit test

Version 2.0

10 Jul 10:57
Compare
Choose a tag to compare

Rewrite of the ObjectStorage library. It no longer depends on our StorageObject class, but instead provides access to some of the functionality offered by the Amazon SDK (such as S3Object and S3ObjectSummary). This makes it easier and more efficient to use streams.

What's Changed

  • Bump aws-java-sdk-s3 from 1.12.129 to 1.12.261 by @dependabot in #14
  • EA-2861 refactor and remove StorageObject and Swift dependencies by @P-Ehlert in #15

Full Changelog: object-storage-1.10...object-storage-2.0

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