Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for copyObjectFn (0.06 sec)

  1. cmd/object-handlers.go

    					os.SetTransitionState(goi.TransitionedObject)
    				}
    			}
    		}
    
    		copyObjectFn := objectAPI.CopyObject
    
    		// Copy source object to destination, if source and destination
    		// object is same then only metadata is updated.
    		objInfo, err = copyObjectFn(ctx, srcBucket, srcObject, dstBucket, dstObject, srcInfo, srcOpts, dstOpts)
    		if err != nil {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 05 05:16:15 UTC 2024
    - 117.4K bytes
    - Viewed (0)
Back to top