Issue Details (XML | Word | Printable)

Key: OCCS-7
Type: Task Task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Tomas Lukosius
Reporter: Jonas Partner
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenCredo Cloud Storage

'Delete object from cloud storage after read'

Created: 11/Jan/10 01:41 PM   Updated: 06/Mar/10 03:26 PM  Due: 12/Jan/10
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide
Either inbound adapter or enricher should have an option to indicate if the blob being read should be removed from the cloud storage after reading is finished.

I think this option should be in Enricher not in Inbound adapter.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Eren Aykin added a comment - 13/Jan/10 05:09 PM
added the functionality, but tests are not yet complete

Tomas Lukosius added a comment - 26/Feb/10 11:58 AM
Enricher has option to specify if Blob should be deleted after download.
Steps taken by enricher:
1. Receives 'BlobDetails' as SI message payload.
2. Downloads and converts blob data to required form.
3. Deletes blob from cloud storage if 'deleteBlob' option is set to true.