Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 97 of 97 for fdel (0.16 sec)

  1. cmd/object-handlers.go

    	if opts.Versioned {
    		w.Header().Set(xhttp.AmzVersionID, objInfo.VersionID)
    	}
    
    	lastModified := objInfo.ModTime.UTC().Format(http.TimeFormat)
    	w.Header().Set(xhttp.LastModified, lastModified)
    	w.Header().Del(xhttp.ContentType)
    
    	if _, ok := opts.ObjectAttributes[xhttp.Checksum]; ok {
    		chkSums := objInfo.decryptChecksums(0, r.Header)
    		// AWS does not appear to append part number on this API call.
    		if len(chkSums) > 0 {
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Sat Oct 05 05:16:15 UTC 2024
    - 117.4K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const NOTE_WRITE ideal-int
    pkg syscall (darwin-arm64), const OCRNL = 16
    pkg syscall (darwin-arm64), const OCRNL ideal-int
    pkg syscall (darwin-arm64), const OFDEL = 131072
    pkg syscall (darwin-arm64), const OFDEL ideal-int
    pkg syscall (darwin-arm64), const OFILL = 128
    pkg syscall (darwin-arm64), const OFILL ideal-int
    pkg syscall (darwin-arm64), const ONLCR = 2
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  3. cmd/object-handlers_test.go

    		if err != nil {
    			t.Fatalf("Test %d: Failed to create HTTP request for Put Object: <ERROR> %v", i+1, err)
    		}
    		// Removes auth header if test case requires it.
    		if testCase.removeAuthHeader {
    			req.Header.Del("Authorization")
    		}
    		switch testCase.fault {
    		case malformedEncoding:
    			req, err = malformChunkSizeSigV4(req, testCase.chunkSize-1)
    		case signatureMismatch:
    			req, err = malformDataSigV4(req, 'z')
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Thu Sep 12 20:10:44 UTC 2024
    - 163.2K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (darwin-386), const NOTE_WRITE = 2
    pkg syscall (darwin-386), const OCRNL = 16
    pkg syscall (darwin-386), const OCRNL ideal-int
    pkg syscall (darwin-386), const OFDEL = 131072
    pkg syscall (darwin-386), const OFDEL ideal-int
    pkg syscall (darwin-386), const OFILL = 128
    pkg syscall (darwin-386), const OFILL ideal-int
    pkg syscall (darwin-386), const ONLCR = 2
    pkg syscall (darwin-386), const ONLCR ideal-int
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  5. api/go1.txt

    pkg syscall (linux-386), const NLM_F_ROOT ideal-int
    pkg syscall (linux-386), const NOFLSH ideal-int
    pkg syscall (linux-386), const OCRNL ideal-int
    pkg syscall (linux-386), const OFDEL ideal-int
    pkg syscall (linux-386), const OFILL ideal-int
    pkg syscall (linux-386), const OLCUC ideal-int
    pkg syscall (linux-386), const ONLCR ideal-int
    pkg syscall (linux-386), const ONLRET ideal-int
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  6. RELEASE.md

    8bitmp3, Aaron S. Mondal, Abhilash Mahendrakar, Abhinav Upadhyay, Abhishek
    Kulkarni, Abolfazl Shahbazi, Adam Hillier, Aditya Kane, Ag Ramesh, ahmedsabie,
    Albert Villanova Del Moral, Aleksey Vitebskiy, Alex Hoffman, Alexander Bayandin,
    Alfie Edwards, Aman Kishore, Amogh Joshi, andreABbauer, Andrew Goodbody, Andrzej
    Pomirski, Artemiy Ryabinkov, Ashish Jha, ather, Ayan Moitra, Bairen Yi, Bart
    Registered: Tue Oct 29 12:39:09 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const NLM_F_ROOT ideal-int
    pkg syscall (linux-arm-cgo), const NOFLSH ideal-int
    pkg syscall (linux-arm-cgo), const OCRNL ideal-int
    pkg syscall (linux-arm-cgo), const OFDEL ideal-int
    pkg syscall (linux-arm-cgo), const OFILL ideal-int
    pkg syscall (linux-arm-cgo), const OLCUC ideal-int
    pkg syscall (linux-arm-cgo), const ONLCR ideal-int
    pkg syscall (linux-arm-cgo), const ONLRET ideal-int
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top