dendrite/aws-s3-backup/files/writefreely-s3-backup-lifecycle.json
changeset 174 431c6d5e5dd4
parent 173 82f2bcbc5aca
child 175 5b2a3d2cce22
equal deleted inserted replaced
173:82f2bcbc5aca 174:431c6d5e5dd4
     1 {
       
     2 	 "Rules": [
       
     3 		  {
       
     4 				"ID": "expiration",
       
     5 				"Filter": {},
       
     6 				"Status": "Enabled",
       
     7 				"NoncurrentVersionExpiration": {
       
     8 					 "NoncurrentDays": 30
       
     9 				}
       
    10 		  }
       
    11 	 ]
       
    12 }