Hi I try to implement a method removeValuesUnusedLongerThan(long minimumAge, TimeUnit unit)
that mean I want to delete every unused blob older than minimumAge inside my S3 container. But I don't find which method to use in my BlobStore object to achieve this.
Does JClouds provide a such feature ?
jclouds does not provide a utility method for this but you can roll your own: