HI As far as I can see its only used for the old Assets Api so when uploading a Asset it will store it in a S3 bucket that you set up in the properties file. But Assets has been marked depracated as you now can save a image or movie by attaching it to a entity. So there it no other api calls to use the blob store unless you add them your self. org.apache.usergrid.services.assets.data.S3BinaryStore.java uses the jCloud blob store.
November 1 2014 5:46 AM, "John D. Ament" <[email protected]> wrote: > Hi, > > I noticed that Usergrid embeds JClouds, the blob store APIs. What is this > used for? If I want to upload files can I use it? How would I enable the > functionality? > > John
