1

We plan to integrate IBM Cloud Storage into our iOS and Android applications. Does anybody know if there is an SDK available for this, like Amazon s3?

Help is highly appreciated.

Thanks!

ralphearle
  • 1,696
  • 13
  • 18
vks
  • 6,649
  • 7
  • 36
  • 55

2 Answers2

2

There is an Object Storage Android and Swift SDK here:

Swift:

https://github.com/ibm-bluemix-mobile-services/bluemix-objectstorage-clientsdk-swift

Android:

https://github.com/ibm-bluemix-mobile-services/bluemix-objectstorage-clientsdk-android

joe
  • 2,468
  • 2
  • 12
  • 19
  • 1
    Thank You for your Quick Reply. is Objective C library not available? – vks Nov 16 '16 at 16:44
  • You can actually use a Swift SDK in an Objective-C project. – joe Nov 16 '16 at 16:46
  • Also, it might be useful to read this: https://developer.ibm.com/recipes/tutorials/cloud-object-storage-s3-api-intro/ – joe Nov 17 '16 at 02:07
0

It will be late but the SDK posted by @joe are deprecated. Here is the official link for all the SDK's of different technologies.

https://cloud.ibm.com/docs/cli?topic=cloud-cli-sdk

Rohit Mandiwal
  • 10,258
  • 5
  • 70
  • 83