Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for notice (0.14 sec)

  1. cmd/bucket-replication.go

    	var replicationStatus replication.StatusType
    	defer func() {
    		if replicationStatus.Empty() {
    			// replication status is empty means
    			// replication was not attempted for some
    			// reason, notify the state of the object
    			// on disk.
    			replicationStatus = ri.ReplicationStatus
    		}
    		auditLogInternal(ctx, AuditLogOptions{
    			Event:     ri.EventType,
    			APIName:   ReplicateObjectAPI,
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 112.2K bytes
    - Viewed (1)
  2. cmd/server_test.go

    		Uploads []struct {
    			Key          string
    			UploadID     string `xml:"UploadId"`
    			Initiator    Initiator
    			Owner        Owner
    			StorageClass string
    			Initiated    time.Time // Keep this native to be able to parse properly.
    		}
    		Prefix         string
    		Delimiter      string
    		CommonPrefixes []CommonPrefix
    	}
    
    	// parse the response body.
    	decoder = xml.NewDecoder(response3.Body)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 108K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    org.ug
    
    // uk : https://en.wikipedia.org/wiki/.uk
    // Submitted by registry <******@****.***>
    uk
    ac.uk
    co.uk
    gov.uk
    ltd.uk
    me.uk
    net.uk
    nhs.uk
    org.uk
    plc.uk
    police.uk
    *.sch.uk
    
    // us : https://en.wikipedia.org/wiki/.us
    us
    dni.us
    fed.us
    isa.us
    kids.us
    nsn.us
    // us geographic names
    ak.us
    al.us
    ar.us
    as.us
    az.us
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top