Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for cred_string (0.07 seconds)

  1. internal/bucket/object/lock/lock_test.go

    		expected        map[string]string
    	}{
    		{
    			metadata: map[string]string{
    				"Authorization":        "AWS4-HMAC-SHA256 <cred_string>",
    				"X-Amz-Content-Sha256": "",
    				"Content-Encoding":     "",
    			},
    			expected: map[string]string{
    				"Authorization":        "AWS4-HMAC-SHA256 <cred_string>",
    				"X-Amz-Content-Sha256": "",
    				"Content-Encoding":     "",
    			},
    		},
    		{
    			metadata: map[string]string{
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 18.4K bytes
    - Click Count (0)
  2. cmd/auth-handler_test.go

    			req: &http.Request{
    				URL: &url.URL{
    					Host:   "127.0.0.1:9000",
    					Scheme: httpScheme,
    					Path:   SlashSeparator,
    				},
    				Header: http.Header{
    					"Authorization":        []string{"AWS4-HMAC-SHA256 <cred_string>"},
    					"X-Amz-Content-Sha256": []string{streamingContentSHA256},
    					"Content-Encoding":     []string{streamingContentEncoding},
    				},
    				Method: http.MethodPut,
    				Body:   nopCloser,
    			},
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Apr 09 14:28:39 GMT 2025
    - 15.4K bytes
    - Click Count (0)
  3. android/guava-tests/test/com/google/common/reflect/TypeTokenResolutionTest.java

        }
      }
    
      public void test1() {
        Red<String> redString = new Red<String>() {};
        Red<Integer> redInteger = new Red<Integer>() {};
        assertEquals(String.class, redString.getClassDirect());
        assertEquals(Integer.class, redInteger.getClassDirect());
    
        Red<String>.Yellow<Integer> yellowInteger = redString.new Yellow<Integer>(redInteger) {};
        assertEquals(Integer.class, yellowInteger.getClassA());
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 19.6K bytes
    - Click Count (0)
  4. guava-tests/test/com/google/common/reflect/TypeTokenResolutionTest.java

        }
      }
    
      public void test1() {
        Red<String> redString = new Red<String>() {};
        Red<Integer> redInteger = new Red<Integer>() {};
        assertEquals(String.class, redString.getClassDirect());
        assertEquals(Integer.class, redInteger.getClassDirect());
    
        Red<String>.Yellow<Integer> yellowInteger = redString.new Yellow<Integer>(redInteger) {};
        assertEquals(Integer.class, yellowInteger.getClassA());
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 19.6K bytes
    - Click Count (0)
Back to Top