Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ModTime (0.14 sec)

  1. internal/bucket/lifecycle/lifecycle_test.go

    	}
    
    	now := time.Now().UTC()
    
    	obj1 := ObjectOpts{
    		Name:     "obj1",
    		IsLatest: true,
    		ModTime:  now,
    	}
    
    	obj2 := ObjectOpts{
    		Name:     "abcd/obj2",
    		IsLatest: true,
    		ModTime:  now,
    	}
    
    	obj3 := ObjectOpts{
    		Name:     "obj3",
    		IsLatest: true,
    		ModTime:  now,
    		UserTags: "priority=low",
    	}
    
    	// Go back seven days in the past
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:11:10 GMT 2024
    - 53.2K bytes
    - Viewed (0)
Back to top