Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestMaxNoncurrentBackwardCompat (0.31 sec)

  1. internal/bucket/lifecycle/lifecycle_test.go

    		t.Fatalf("Expected (ruleID, days, lim) to be (\"1\", 1, 1) but got (%s, %d, %d)", event.RuleID, event.NoncurrentDays, event.NewerNoncurrentVersions)
    	}
    }
    
    func TestMaxNoncurrentBackwardCompat(t *testing.T) {
    	testCases := []struct {
    		xml      string
    		expected NoncurrentVersionExpiration
    	}{
    		{
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sat Mar 09 06:41:22 GMT 2024
    - 45.6K bytes
    - Viewed (0)
Back to top