Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for obj (0.23 sec)

  1. cmd/bucket-lifecycle.go

    			}
    		}
    	}
    	return nil
    }
    
    // enqueueTransitionImmediate enqueues obj for transition if eligible.
    // This is to be called after a successful upload of an object (version).
    func enqueueTransitionImmediate(obj ObjectInfo, src lcEventSrc) {
    	if lc, err := globalLifecycleSys.Get(obj.Bucket); err == nil {
    		switch event := lc.Eval(obj.ToLifecycleOpts()); event.Action {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Apr 17 05:09:58 GMT 2024
    - 33.1K bytes
    - Viewed (0)
Back to top