I have a bucket that contains many folders and I would like to apply a lifecycle rule only fore some folders within the bucket. It's possible to apply an AWS S3 lifecycle rule on multiple folders(PREfixes) within a bucket?
For example I have a bucket s3://mybucket that contains folder1, folder2 folder3, folder4. I would like to send to Glacier only folder1 and folder 4.
My question is: I need to create new rule for every folder(prefix) or it is a possibility to insert all of them in a single rule?