Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ExpiryUpdatedAt (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/bucket-lifecycle-handlers.go

    	if err != nil {
    		writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL)
    		return
    	}
    	// explicitly set ExpiryUpdatedAt nil as its meant for internal consumption only
    	config.ExpiryUpdatedAt = nil
    
    	configData, err := xml.Marshal(config)
    	if err != nil {
    		writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL)
    		return
    	}
    
    	if withUpdatedAt {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Mon Jan 20 14:49:07 GMT 2025
    - 7K bytes
    - Click Count (0)
  2. cmd/site-replication.go

    					}
    				}
    				expLclCfg.ExpiryUpdatedAt = meta.lifecycleConfig.ExpiryUpdatedAt
    				ilmConfigData, err := xml.Marshal(expLclCfg)
    				if err != nil {
    					return info, errSRBackendIssue(err)
    				}
    
    				expLclCfgStr := base64.StdEncoding.EncodeToString(ilmConfigData)
    				bms.ExpiryLCConfig = &expLclCfgStr
    				// if all non expiry rules only, ExpiryUpdatedAt would be nil
    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