AWS - S3 Fundamentals
What will happen to objects in the bucket with this lifecycle rule?
{
"Rules": [{
"Status": "Enabled",
"Filter": {"Prefix": "backup/"},
"Transition": {"Days": 45, "StorageClass": "STANDARD_IA"}
}]
}