Answer by Beth Ekimoff · Jul 21, 2016 at 11:17 AM
You can now find the reference applications located at this link: https://github.com/PredixDev/blobstore-samples
That just went out this morning. I see a few problems in the README, particularly the github url. Someone is taking a look, be on the lookout for changes.
Answer by Beth Ekimoff · Apr 07, 2016 at 03:08 PM
There is no reference app to use the Predix Blobstore service. However, any S3-compatible application should be able to be used with it. For example, if you are using Java, the AWS SDK and JClouds both have sample applications that have been successfully used with our blobstore.
I am struggling to find out such app.If you know any app,can you give me the github link for the same
It would be better to have a reference app, but since JClouds supposedly worked for somebody.........Predix isn't on the list of JClouds s3 providers, so I'm having to guess at configuration settings. The following are for Google's impl...any ideas?
overrides.setProperty("jclouds.provider", "s3")
overrides.setProperty("jclouds.endpoint", baseUrl)
overrides.setProperty("jclouds.s3.virtual-host-buckets","true")
overrides.setProperty("jclouds.strip-expect-header","true")
val context: BlobStoreContext = ContextBuilder.newBuilder("s3")
A reference application will be released soon which you can verify against.
Is the reference app released yet ?
Not yet, I will post here when it is.