Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for compression (0.22 sec)

  1. cmd/object-handlers.go

    			// Storing the compression metadata.
    			metadata[ReservedMetadataPrefix+"compression"] = compressionAlgorithmV2
    			metadata[ReservedMetadataPrefix+"actual-size"] = strconv.FormatInt(size, 10)
    
    			actualReader, err := hash.NewReader(ctx, reader, size, "", "", actualSize)
    			if err != nil {
    				return err
    			}
    
    			// Set compression metrics.
    			wantEncryption := crypto.Requested(r.Header)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu May 02 20:15:54 GMT 2024
    - 125.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.4.md

    * AWS: Added experimental option to skip zone check ([#28417](https://github.com/kubernetes/kubernetes/pull/28417), [@kevensen](https://github.com/kevensen))
    * Ubuntu: Enable ssh compression when downloading binaries during cluster creation ([#26746](https://github.com/kubernetes/kubernetes/pull/26746), [@MHBauer](https://github.com/MHBauer))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Viewed (0)
  3. cmd/object-handlers_test.go

    			}
    
    			// See if the new object is formed.
    			// testing whether the copy was successful.
    			// Note that this goes directly to the file system,
    			// so encryption/compression may interfere at some point.
    			buffers[0].Reset()
    			r, err := obj.GetObjectNInfo(context.Background(), testCase.bucketName, testCase.newObjectName, nil, nil, opts)
    			if err != nil {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 160K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    integer required: - status type: object fault: description: Fault injection policy to apply on HTTP traffic at the client side. properties: abort: description: Abort Http request attempts and return error codes back to downstream service, giving the impression that the upstream service is faulty. oneOf: - not: anyOf: - required: - httpStatus - required: - grpcStatus - required: - http2Error - required: - httpStatus - required: - grpcStatus - required: - http2Error properties: grpcStatus: description:...
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
Back to top