Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/batch-handlers.go

    			}
    		}
    		return err
    	}
    	// if both source and target are minio instances
    	minioType := r.Target.Type == BatchJobReplicateResourceMinIO && r.Source.Type == BatchJobReplicateResourceMinIO
    	// If source has versioning enabled, target must have versioning enabled
    	if minioType && ((info.Versioning && !vcfg.Enabled() && !isRemoteToLocal) || (!info.Versioning && vcfg.Enabled() && isRemoteToLocal)) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 18 15:32:09 UTC 2024
    - 62.2K bytes
    - Viewed (0)
Back to top