Thanks Andrea. That works like a charm !! I was able to create and list containers. Will try some more operations and let you know if there are any issues.
Rgds Jai On Mon, Oct 20, 2014 at 2:46 AM, Andrea Turli <[email protected]> wrote: > 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 >
