Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for CloneNonTransition (0.09 seconds)

  1. cmd/site-replication.go

    				if !rule.Expiration.IsNull() || !rule.NoncurrentVersionExpiration.IsNull() {
    					// copy the non transition details of the rule
    					expLclCfg.Rules = append(expLclCfg.Rules, rule.CloneNonTransition())
    				}
    			}
    			currtime := time.Now()
    			expLclCfg.ExpiryUpdatedAt = &currtime
    			ilmConfigData, err := xml.Marshal(expLclCfg)
    			if err != nil {
    				return errSRBucketMetaError(err)
    			}
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 184.8K bytes
    - Click Count (1)
Back to Top