Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 65 (0.14 sec)

  1. cmd/object-handlers_test.go

    }
    
    func testAPIPutObjectStreamSigV4Handler(obj ObjectLayer, instanceType, bucketName string, apiRouter http.Handler,
    	credentials auth.Credentials, t *testing.T,
    ) {
    	objectName := "test-object"
    	bytesDataLen := 65 * humanize.KiByte
    	bytesData := bytes.Repeat([]byte{'a'}, bytesDataLen)
    	oneKData := bytes.Repeat([]byte("a"), 1*humanize.KiByte)
    
    	var err error
    
    	type streamFault int
    	const (
    		None streamFault = iota
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 160K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * Trigger Docker images build on Travis CI automatically. PR [#65](https://github.com/tiangolo/fastapi/pull/65).
    
    ## 0.7.0
    
    * Add support for `UploadFile` in `File` parameter annotations.
        * This includes a file-like interface.
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
Back to top