Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tagCount (0.32 sec)

  1. cmd/admin-handlers-users_test.go

    	c.Helper()
    
    	oinfo, err := client.StatObject(ctx, bucket, object, minio.StatObjectOptions{})
    	if err != nil {
    		c.Fatalf("user was unable to download the object: %v", err)
    	}
    
    	if oinfo.UserTagCount != tagCount {
    		c.Fatalf("expected tagCount: %d, got %d", tagCount, oinfo.UserTagCount)
    	}
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Feb 12 16:36:16 GMT 2024
    - 45.7K bytes
    - Viewed (0)
  2. cmd/site-replication.go

    			replCfgs := make([]*sreplication.Config, numSites)
    			quotaCfgs := make([]*madmin.BucketQuota, numSites)
    			sseCfgSet := set.NewStringSet()
    			versionCfgSet := set.NewStringSet()
    			var tagCount, olockCfgCount, sseCfgCount, versionCfgCount int
    			for i, s := range slc {
    				if s.ReplicationConfig != nil {
    					cfgBytes, err := base64.StdEncoding.DecodeString(*s.ReplicationConfig)
    					if err != nil {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 184.2K bytes
    - Viewed (1)
Back to top