Hi! I currently think about adding an own provider (some custom blobstore backend) to jclouds. My plan is to transparently use other blobstores, as well as my own one via jclouds.
Unfortunately i did not find (much) information regarding "adding" new providers to jclouds. Is there some some mechanism/api to "register" new classes (which implement BlobStore, in my case) to jclouds? Or should i fork/branch jclouds itself and add my own provider to it ? If somebody could give me some hints, i'd really appreciate that. cheers, Matthias
