Tagging multiple prefixes within an S3 bucket for lifecycle rule application.

0

Hi, I wanted to find out what the easiest way for me to be able to apply lifecycle rules a large subset of prefixes within my S3 bucket but still being able to use other lifecycle rules (with longer transition/expiration settings) to a smaller subset of prefixes.

One way I have thought this may be possible is to tag all of the prefixes that will have the larger blanket lifecycle rule applied to them however I wanted to find out how I may go about tagging these prefixes. It's worth noting that all of these prefixes would have 1000s of objects within them.

A follow up question - Even if it possible to tag by prefix, will new objects created with that prefix automatically have the tag applied to them or will this tagging process need to be carried out frequently.

Thanks!

  • Is the smaller set of prefixes a subset of the larger set? As in you want a different lifecycle rule for objects with the prefix example/ and another for objects with the prefix example/smaller/. Just want to make sure I understand the ask.

已提問 1 年前檢視次數 1104 次
1 個回答
0

Unfortunately, I don't think tags can be set for S3 prefixes.
Set tags on the object instead.

Tags can be set on the object either at upload time or after upload.
If done with AWS CLI, it will look like this.

aws s3api put-object --bucket example-bucket --body test.txt --key test/key --tagging Key1=Value1
profile picture
專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南