Releases: europeana/ObjectStorage
Releases · europeana/ObjectStorage
Version 2.2
- ADD option to configure client for connecting to IBM Cloud S3 storages
Version 2.1
- 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
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
Update dependencies
Version 1.9
- ADD s3.validate.after.inactivity in property File
- FIX AWS Stale connection issues
Version 1.8
object-storage-1.8 [artifactory-release] Release version 1.8
Version 1.7
Fixed: return null when metadata doesn't exist
Added: unit tests
Version 1.6
- Added support for S3 storage in IBM Cloud
Version 1.5
- Switched from log4j1.x to log4j2.x
- Fixed problem closing all connections to Amazon on shutdown
Version 1.4
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