Can't find S3 LifecycleTagPredicate in .net sdk for tag based configuration – Amazon Web Sevices
I want to apply S3 LifecycleConfiguration from .net SDK for below criteria Prefix, e.g. "tempdocs/" Tag with its value, e.g { "OneDayExpiry" : "true" } I'm referring this documentation : https://docs.aws.amazon.com/AmazonS3/latest/userguide/how-to-set-lifecycle-configuration-intro.html I can't find option for applying tag by LifecycleTagPredicate,…