Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for replicateObjectWithMultipart (0.14 seconds)

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

  1. cmd/batch-handlers.go

    		return err
    	}
    	if r.Target.Type == BatchJobReplicateResourceS3 || r.Source.Type == BatchJobReplicateResourceS3 {
    		putOpts.Internal = minio.AdvancedPutOptions{}
    	}
    	if isMP {
    		if err := replicateObjectWithMultipart(ctx, c, tgtBucket, pathJoin(tgtPrefix, objInfo.Name), rd, objInfo, putOpts); err != nil {
    			return err
    		}
    	} else {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 63.5K bytes
    - Click Count (1)
Back to Top