dendrite/aws-s3-backup/files/writefreely-s3-backup-lifecycle.json
changeset 163 40b78af86337
parent 159 05d0cf32e077
equal deleted inserted replaced
162:a7a64ed07204 163:40b78af86337
       
     1 {
       
     2 	 "Rules": [
       
     3 		  {
       
     4 				"ID": "expiration",
       
     5 				"Filter": {},
       
     6 				"Status": "Enabled",
       
     7 				"NoncurrentVersionExpiration": {
       
     8 					 "NoncurrentDays": 30
       
     9 				}
       
    10 		  }
       
    11 	 ]
       
    12 }