Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Accept4 (1.02 sec)

  1. cmd/erasure-multipart.go

    				}
    				return oi, err
    			}
    		} else {
    			err := opts.WantChecksum.Matches(checksumCombined, len(parts))
    			if err != nil {
    				return oi, err
    			}
    		}
    	}
    
    	// Accept encrypted checksum from incoming request.
    	if opts.UserDefined[ReplicationSsecChecksumHeader] != "" {
    		if v, err := base64.StdEncoding.DecodeString(opts.UserDefined[ReplicationSsecChecksumHeader]); err == nil {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sun Sep 07 16:13:09 UTC 2025
    - 47.3K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * 🔨 Verify `mkdocs.yml` languages in CI, update `docs.py`. PR [#11009](https://github.com/tiangolo/fastapi/pull/11009) by [@tiangolo](https://github.com/tiangolo).
    * 🔧 Update config in `label-approved.yml` to accept translations with 1 reviewer. PR [#11007](https://github.com/tiangolo/fastapi/pull/11007) by [@alejsdev](https://github.com/alejsdev).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top