- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for putReplicationOpts (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/batch-handlers.go
func batchReplicationOpts(ctx context.Context, sc string, objInfo ObjectInfo) (putOpts minio.PutObjectOptions, isMP bool, err error) { // TODO: support custom storage class for remote replication putOpts, isMP, err = putReplicationOpts(ctx, "", objInfo) if err != nil { return putOpts, isMP, err } putOpts.Internal = minio.AdvancedPutOptions{ SourceVersionID: objInfo.VersionID, SourceMTime: objInfo.ModTime,
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)