Re: Usage of lastModified from BlobStore record ?

2017-03-14 Thread Amit Jain
Hi, Yes it is still used and it should be updated when writing a blob if it already exists. Thanks Amit On Tue, Mar 14, 2017 at 2:55 PM, Raul-Nicolae Hudea wrote: > Hi, > > In OAK 1.6, is lastModified of a DataRecord coming a BlobStore (S3, for > example) still used for

Usage of lastModified from BlobStore record ?

2017-03-14 Thread Raul-Nicolae Hudea
Hi, In OAK 1.6, is lastModified of a DataRecord coming a BlobStore (S3, for example) still used for timestamp comparison? (ex: to detect whether a certain object needs to be GC-ed). Or updating it can be ignored in backends (like S3Backend)? Looking through the code for usage of