Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 1,700 for parms (0.09 sec)

  1. docs/ja/docs/tutorial/body-multiple-params.md

    SwftAlpc <******@****.***> 1705333721 +0900
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jan 15 15:48:41 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  2. docs/ru/docs/tutorial/body-multiple-params.md

    Nils Lindemann <******@****.***> 1713469999 +0200
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  3. docs/ko/docs/tutorial/body-multiple-params.md

    Kani Kim <******@****.***> 1707659311 +0900
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Feb 11 13:48:31 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  4. docs/pt/docs/tutorial/body-multiple-params.md

    Nils Lindemann <******@****.***> 1713469999 +0200
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 6K bytes
    - Viewed (0)
  5. docs/em/docs/tutorial/body-multiple-params.md

    LeeeeT <******@****.***> 1680341164 +0300
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Apr 01 09:26:04 UTC 2023
    - 5K bytes
    - Viewed (0)
  6. docs/de/docs/tutorial/body-multiple-params.md

    Nils Lindemann <******@****.***> 1706549563 +0100
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jan 29 17:32:43 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  7. internal/http/headers.go

    	MinIOSnowballPrefix = "X-Amz-Meta-Minio-Snowball-Prefix"
    
    	// Object lock enabled
    	AmzObjectLockEnabled = "x-amz-bucket-object-lock-enabled"
    
    	// Multipart parts count
    	AmzMpPartsCount = "x-amz-mp-parts-count"
    
    	// Object date/time of expiration
    	AmzExpiration = "x-amz-expiration"
    
    	// Dummy putBucketACL
    	AmzACL = "x-amz-acl"
    
    	// Signature V4 related constants.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 28 17:44:56 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  8. cmd/signature-v2_test.go

    			expected: ErrSignatureDoesNotMatch,
    		},
    		// (6) Should not error signature matches with extra query params.
    		{
    			queryParams: map[string]string{
    				"response-content-disposition": "attachment; filename=\"4K%2d4M.txt\"",
    			},
    			expected: ErrNone,
    		},
    		// (7) Should not error signature matches with no special query params.
    		{
    			queryParams: map[string]string{},
    			expected:    ErrNone,
    		},
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Oct 14 10:08:40 UTC 2022
    - 8K bytes
    - Viewed (0)
  9. cmd/signature-v4-parser_test.go

    	}{
    		// Test case - 1.
    		// A Valid v4 presign URL requires the following params to be in the query.
    		// "X-Amz-Algorithm", "X-Amz-Credential", "X-Amz-Signature", " X-Amz-Date", "X-Amz-SignedHeaders", "X-Amz-Expires".
    		// If these params are missing its expected to get ErrInvalidQueryParams .
    		// In the following test case 2 out of 6 query params are missing.
    		{
    			inputQueryKeyVals: []string{
    				"X-Amz-Algorithm", "",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  10. pkg/kube/inject/webhook.go

    	valuesConfig        ValuesConfig
    	revision            string
    	proxyEnvs           map[string]string
    	injectedAnnotations map[string]string
    }
    
    func checkPreconditions(params InjectionParameters) {
    	spec := params.pod.Spec
    	metadata := params.pod.ObjectMeta
    	// If DNSPolicy is not ClusterFirst, the Envoy sidecar may not able to connect to Istio Pilot.
    	if spec.DNSPolicy != "" && spec.DNSPolicy != corev1.DNSClusterFirst {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 42.2K bytes
    - Viewed (0)
Back to top