A connector for the EclipseStore which allows storing data in the IBM Cloud Object Storage.
It uses the IBM-provided Java SDK.
The connector works virtually identical to the AWS S3 Connector of EclipseStore but for IBM COS instead of AWS S3.
To easily handle multiple processes using a single IBM COS instance, we implemented the SingleAccessManager. It manages access by creating tokens and checking for other tokens. For more information see the demo application.
Installation guide for the latest release
To find out the currently supported EclipseStore version of the connector have a look at its compile
dependencies and search for org.eclipse.store
.
This can be done inside an IDE (e.g. IntelliJ IDEA), via a Maven Web explorer (e.g. mvnrepository.com) or - for the latest version - have a look into the Dependencies
section below.
As an alternative you can also check the changelog.
If you are using a different, not listed version of EclipseStore this shouldn't be a problem.
Usually you can simply exclude the dependent version of EclipseStore.
If you need support as soon as possible, and you can't wait for any pull request, feel free to use our support.
See the contributing guide for detailed instructions on how to get started with our project.
View the license of the current project or the summary including all dependencies