how we can delete files of s3bucket automatically having a certain pattern i.e folder names containing run after 180 days?
run01 run02 run03 name01
o/p: only the first 3 folders containing 'run' in its name should get deleted after 180 days
- was trying s3 bucket life cycle rule but seems it does not support regex
would appreciate any help