Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for 42 (0.13 sec)

  1. cmd/object-api-listobjects_test.go

    		{"test-bucket-list-object", "", "Asia/India/Karnataka/Bangalore/Koramangala/pics", "", 10, resultCases[16], nil, true},
    		// Testing with marker and truncation, but no prefix (40-42).
    		{"test-bucket-list-object", "", "newPrefix0", "", 3, resultCases[17], nil, true},
    		{"test-bucket-list-object", "", "newPrefix1", "", 1, resultCases[18], nil, true},
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 11:07:40 GMT 2024
    - 73.1K bytes
    - Viewed (0)
  2. cmd/object-handlers_test.go

    	// byte data for PutObject.
    	bytesData := generateBytesData(6 * humanize.KiByte)
    
    	copySourceHeader := map[string]string{"X-Amz-Copy-Source": "somewhere"}
    	invalidMD5Header := map[string]string{"Content-Md5": "42"}
    	invalidStorageClassHeader := map[string]string{xhttp.AmzStorageClass: "INVALID"}
    
    	addCustomHeaders := func(req *http.Request, customHeaders map[string]string) {
    		for k, value := range customHeaders {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 160K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    * Add <a href="" target="_blank">Development - Contributing section to the docs</a>. PR [#42](https://github.com/tiangolo/fastapi/pull/42).
    
    ## 0.5.0
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
Back to top