Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LT (0.11 sec)

  1. internal/bucket/lifecycle/lifecycle_test.go

    				Tag: Tag{
    					Key:   "key1",
    					Value: "val1",
    				},
    			},
    			Expiration: Expiration{
    				set:  true,
    				Days: 1,
    			},
    		},
    		{
    			ID:     "rule-with-sz-lt",
    			Status: "Enabled",
    			Filter: Filter{
    				set:                true,
    				ObjectSizeLessThan: 100 * humanize.MiByte,
    			},
    			Expiration: Expiration{
    				set:  true,
    				Days: 1,
    			},
    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