Hi Matthias
Your best bet for adding a new cloud provider is to copy the code from
an existing one and modify as appropriate (see e.g. [1] for a recent
discussion around the same question). There is also a skeletons
directory [2] but currently not an example for blobstores.
If you're going to be building an HTTP-based API, S3 or Atmos might be
good ones to look at. Otherwise, the filesystem [3] API (which is also
quite simple) should serve as a good guide.
Of course, questions here are very welcome. Or hop on to #jclouds on IRC!
Regards
ap
[1] https://groups.google.com/forum/#!topic/jclouds-dev/JJkqIv2n5pM
Quoting Matthias Fetzer <[email protected]>:
[2]
https://github.com/jclouds/jclouds/tree/master/skeletons/standalone-compute
[3] https://github.com/jclouds/jclouds/tree/master/apis/filesystem