Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for referential (0.09 sec)

  1. cmd/bucket-replication.go

    				}
    			}
    			switch err.(type) {
    			case BucketRemoteIdenticalToSource:
    				return true, errorCodes.ToAPIErrWithErr(ErrBucketRemoteIdenticalToSource, fmt.Errorf("remote target endpoint %s is self referential", clnt.EndpointURL().String()))
    			default:
    			}
    		}
    		// validate replication ARN against target endpoint
    		selfTarget, _ := isLocalHost(clnt.EndpointURL().Hostname(), clnt.EndpointURL().Port(), globalMinioPort)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 10 06:49:55 UTC 2024
    - 116.1K bytes
    - Viewed (0)
Back to top