storage-manager plugin for s3 cloud storage
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Roberto Cirillo c737c526eb Merge branch 'master' of http://code-repo.d4science.org/gCubeSystem/storage-manager-s3-plugin 3 years ago
src/main change storage-manager-core range; add forceClose method 3 years ago
CHANGELOG.md update to version 0.0.1-SNAPSHOT 3 years ago
LICENSE.md update to version 0.0.1-SNAPSHOT 3 years ago
README.md Update 'README.md' 3 years ago
pom.xml change storage-manager-core range; add forceClose method 3 years ago

README.md

storage-manger-s3-plugin

storage-manager-s3-plugin is a Java plugin of storage-manager-core library. It enables to perform CRUD operation on any S3 compliant object storage. The object-storage credentials are retrieved automatically from a gCube ServiceEndpoint with coordinates DataStorage - StorageManager.

Examples of use

Deployment

Notes about how to deploy this component on an infrastructure or link to wiki doc (if any).

Documentation

See storage-manager-core on Wiki.

Some notes:

  • only the CRUD operations were implemented in this version;
  • this component is a storage-manager-core plugin so it works only with the storage-manager libraries (wrapper and core): it could be loaded at runtime or it could be included in the pom as a static dependency;
  • the API are the same used for MongoDB but the new storage-manager-wrapper version (starting from 3.0.0-SNAPSHOT) contains a new constructor that permit to specify the S3 Backend as input parameter;
  • for the moment there are two different object storage that can be automatically discovered and used: "Zadara" is discovered automatically on NextNext; "VaiSulWeb" is discovered automatically on devVRE;
  • the S3 object storage is discovered automatically only if the S3 Backend is passed as input parameter;
  • if the VOLATILE memory is specified as input parameter, the storage-manager will use MongoDB Volatile area even if the S3 backend is specified as input parameter; This component can be used with storage-manager-wrapper and core starting from 3.0.0-SNAPSHOT version;

License

TBP