Java library for integrating with external Storage providers

105 Views Asked by At

I'm about to integrate Cloudify in my webapp to handle media storage.

I was wondering if a java library already exist that abstracts data access/storage and can handle different storage providers like S3, Cloudify etc.

1

There are 1 best solutions below

0
On

jclouds (https://jclouds.apache.org/) support an abstraction for data access, called BlobStorage. Have a look at the list of providers here:

http://jclouds.apache.org/guides/providers/#blobstore-providers