Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/bucket-replication.go

    		return
    	}
    	rcfg := replicationConfig{
    		Config:  cfg,
    		remotes: tgts,
    	}
    	tgtArns := cfg.FilterTargetArns(
    		replication.ObjectOpts{
    			OpType:    replication.ResyncReplicationType,
    			TargetArn: opts.arn,
    		})
    	if len(tgtArns) != 1 {
    		replLogIf(ctx, fmt.Errorf("replication resync failed for %s - arn specified %s is missing in the replication config", opts.bucket, opts.arn))
    		return
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun Sep 28 20:59:21 UTC 2025
    - 118.2K bytes
    - Viewed (0)
Back to top