0

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.

spike07
  • 809
  • 2
  • 12
  • 21

1 Answers1

0

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

Barak
  • 3,066
  • 2
  • 20
  • 33