Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for targetResetHeader (0.22 sec)

  1. cmd/bucket-replication-utils.go

    	rs.VersionPurgeStatusInternal = vpurgeStatuses
    	rs.PurgeTargets = versionPurgeStatusesMap(vpurgeStatuses)
    
    	for _, rinfo := range rinfos.Targets {
    		if rinfo.ResyncTimestamp != "" {
    			rs.ResetStatusesMap[targetResetHeader(rinfo.Arn)] = rinfo.ResyncTimestamp
    		}
    	}
    	return rs
    }
    
    // constructs a replication status map from string representation
    func replicationStatusesMap(s string) map[string]replication.StatusType {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 26.2K bytes
    - Viewed (0)
  2. cmd/bucket-replication.go

    				oi.UserDefined[xhttp.AmzBucketReplicationStatus] = string(rinfos.ReplicationStatus())
    				for _, rinfo := range rinfos.Targets {
    					if rinfo.ResyncTimestamp != "" {
    						oi.UserDefined[targetResetHeader(rinfo.Arn)] = rinfo.ResyncTimestamp
    					}
    				}
    				if ri.UserTags != "" {
    					oi.UserDefined[xhttp.AmzObjectTagging] = ri.UserTags
    				}
    				return dsc, nil
    			},
    		}
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 112.2K bytes
    - Viewed (1)
Back to top