Awesome
IBM COS Resource Configuration SDK for Java
This package allows Java developers to write software that interacts with the Resource Configuration API for IBM Cloud Object Storage.
Documentation
- Core documentation for IBM COS
- REST API Reference and Code Examples
- Java Resource Configuration API reference documentation
Changes to the SDK are tracked in the CHANGELOG.md file.
- IBM COS Resource Configuration SDK for Java
- Documentation
- Quick start
- Getting the SDK
- Building from source
- Getting help
- License
Quick start
You'll need:
- An instance of COS.
- An API key from IBM Cloud Identity and Access Management.
Getting the SDK
The recommended way to use the IBM COS SDKs for Java in your project is to consume it from Maven. Import the ibm-cos-java-config
and specify the SDK Maven modules that your project needs in the dependencies:
<dependencies>
<dependency>
<groupId>com.ibm.cos.config</groupId>
<artifactId>ibm-cos-java-config</artifactId>
</dependency>
</dependencies>
Building from source
Once you check out the code from GitHub, you can build it using Maven:
mvn clean install
Getting help
Feel free to use GitHub issues for tracking bugs and feature requests, but for help please use one of the following resources:
- Read a quick start guide in IBM Cloud Docs
- Ask a question on StackOverflow and tag it with
ibm
andobject-storage
- Open a support ticket with IBM Cloud Support
- If it turns out that you may have found a bug, please open an issue
License
This SDK is distributed under the Apache License, Version 2.0.