Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for json (0.17 sec)

  1. .teamcity/test-buckets.json

    bot-teamcity <******@****.***> 1714523807 +0000
    Json
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Wed May 01 00:36:47 GMT 2024
    - 50.1K bytes
    - Viewed (0)
  2. cmd/iam-store.go

    	// IAM identity file which captures identity credentials.
    	iamIdentityFile = "identity.json"
    
    	// IAM policy file which provides policies for each users.
    	iamPolicyFile = "policy.json"
    
    	// IAM group members file
    	iamGroupMembersFile = "members.json"
    
    	// IAM format file
    	iamFormatFile = "format.json"
    
    	iamFormatVersion1 = 1
    
    	minServiceAccountExpiry time.Duration = 15 * time.Minute
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sat Apr 27 10:04:10 GMT 2024
    - 75.2K bytes
    - Viewed (2)
  3. cmd/xl-storage.go

    		}
    		storageLogOnceIf(GlobalContext, err, "check-format-json") // log unexpected errors
    		return "", errCorruptedBackend
    	}
    
    	format := &formatErasureV3{}
    	json := jsoniter.ConfigCompatibleWithStandardLibrary
    	if err = json.Unmarshal(b, &format); err != nil {
    		bugLogIf(GlobalContext, err) // log unexpected errors
    		return "", errCorruptedFormat
    	}
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 84.7K bytes
    - Viewed (0)
Back to top