Jai, Please find a working example at [1]
The args Iv'e used for that MainApp are swift <tenantName>:<user> <apiKey> containerTest https://ams01.objectstorage.softlayer.net/auth/v1.0 NB: that code contains some deprecated classes, but for the time being you should be ok Also notice the pom.xml [2] of that downstream example to have a reference of the dependencies to be used. HTH, Andrea [1]: https://github.com/andreaturli/jclouds-examples/blob/fix/1.8.0/blobstore-basics/src/main/java/org/jclouds/examples/blobstore/basics/MainApp.java [2]: https://github.com/andreaturli/jclouds-examples/blob/fix/1.8.0/blobstore-basics/pom.xml
