Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for CopyObjectResult (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/object-handlers_test.go

    			}
    		}
    		if rec.Code == http.StatusOK {
    			var cpObjResp CopyObjectResponse
    			if err = xml.Unmarshal(rec.Body.Bytes(), &cpObjResp); err != nil {
    				t.Fatalf("Test %d: %s: Failed to parse the CopyObjectResult response: <ERROR> %s", i, instanceType, err)
    			}
    
    			// See if the new object is formed.
    			// testing whether the copy was successful.
    			// Note that this goes directly to the file system,
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 163.1K bytes
    - Click Count (0)
Back to Top