Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getCompositeVersionPurgeStatus (0.09 seconds)

  1. cmd/bucket-replication-utils.go

    	case replication.VersionPurgePending, replication.VersionPurgeComplete, replication.VersionPurgeFailed: // for backward compatibility
    		return VersionPurgeStatusType(rs.VersionPurgeStatusInternal)
    	default:
    		return getCompositeVersionPurgeStatus(rs.PurgeTargets)
    	}
    }
    
    // TargetState returns replicatedInfos struct initialized with the previous state of replication
    func (rs *ReplicationState) targetState(arn string) (r replicatedTargetInfo) {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 26.1K bytes
    - Click Count (0)
Back to Top