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