This PR completes the implementation of the BundlerService or the bundled download via the S3 interface. This includes various bug fixes as well as the completion of the BundlerService implementation itself.
Features:
Introduced Bundle as a higher level Object outside the normal hierarchy concept
Stabilize asynchronous cache data synchronization
Added primitive filesystem backend implementation
Implemented Object update for the S3 interface if the Object already exists
Completed Aruna API BundlerService implementation
Fixes:
Fetch user secret instead of access key in AuthHandler::get_secret(...)
Use correct id for object location initialization
Use correct ids in multipart upload initialization and Object creation
Fix value provision of is_last parameter for aruna-file tranformers in bundle creation
This PR completes the implementation of the BundlerService or the bundled download via the S3 interface. This includes various bug fixes as well as the completion of the BundlerService implementation itself.
Features:
Bundle
as a higher level Object outside the normal hierarchy conceptFixes:
AuthHandler::get_secret(...)
is_last
parameter for aruna-file tranformers in bundle creation