Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for csec (0.15 sec)

  1. cmd/bucket-replication.go

    	if err != nil {
    		replLogOnceIf(ctx, err, bucket)
    		return
    	}
    	if cfg == nil {
    		return
    	}
    
    	opts := replication.ObjectOpts{
    		Name:           object,
    		SSEC:           crypto.SSEC.IsEncrypted(mopts.meta),
    		Replica:        replStatus == replication.Replica,
    		ExistingObject: mopts.isExistingObjectReplication(),
    	}
    	tagStr, ok := mopts.meta[xhttp.AmzObjectTagging]
    	if ok {
    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/object-handlers.go

    	sseCopyC := crypto.SSEC.IsEncrypted(srcInfo.UserDefined) && crypto.SSECopy.IsRequested(r.Header)
    	sseC := crypto.SSEC.IsRequested(r.Header)
    	sseS3 := crypto.S3.IsRequested(r.Header)
    	sseKMS := crypto.S3KMS.IsRequested(r.Header)
    
    	isSourceEncrypted := sseCopyC || sseCopyS3 || sseCopyKMS
    	isTargetEncrypted := sseC || sseS3 || sseKMS
    
    	if sseC {
    		newKey, err = ParseSSECustomerRequest(r)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu May 02 20:15:54 GMT 2024
    - 125.2K bytes
    - Viewed (0)
  3. api/go1.3.txt

    pkg syscall (openbsd-386), type Termios struct, Oflag uint32
    pkg syscall (openbsd-386), type Termios struct, Ospeed int32
    pkg syscall (openbsd-386), type Timespec struct, Sec int64
    pkg syscall (openbsd-386), type Timeval struct, Sec int64
    pkg syscall (openbsd-386-cgo), const BIOCGRTIMEOUT = 1074545262
    pkg syscall (openbsd-386-cgo), const BIOCSRTIMEOUT = 2148287085
    pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT_INIT = 2
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  4. cmd/metrics-v2.go

    		Help:      "Average replication transfer rate in bytes/sec",
    		Type:      gaugeMetric,
    	}
    }
    
    func getClusterReplMaxTransferRateMD() MetricDescription {
    	return MetricDescription{
    		Namespace: clusterMetricNamespace,
    		Subsystem: replicationSubsystem,
    		Name:      maxTransferRate,
    		Help:      "Maximum replication transfer rate in bytes/sec seen since server start",
    		Type:      gaugeMetric,
    	}
    }
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 22:01:31 GMT 2024
    - 132.6K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    bar.pro
    cpa.pro
    eng.pro
    jur.pro
    law.pro
    med.pro
    recht.pro
    
    // ps : https://en.wikipedia.org/wiki/.ps
    // http://www.nic.ps/registration/policy.html#reg
    ps
    edu.ps
    gov.ps
    sec.ps
    plo.ps
    com.ps
    org.ps
    net.ps
    
    // pt : https://www.dns.pt/en/domain/pt-terms-and-conditions-registration-rules/
    pt
    net.pt
    gov.pt
    org.pt
    edu.pt
    int.pt
    publ.pt
    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)
  6. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_search_result_status_over = "{labels.search_result_status_over}";
    
        /** The key of the message: ({0} sec) */
        public static final String LABELS_search_result_time = "{labels.search_result_time}";
    
        /** The key of the message: Prev */
        public static final String LABELS_prev_page = "{labels.prev_page}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    or "ebpf" redirectMode: "iptables" # This value defines: # 1. how many seconds kube waits for ztunnel pod to gracefully exit before forcibly terminating it (this value) # 2. how many seconds ztunnel waits to drain its own connections (this value - 1 sec) # Default K8S value is 30 seconds terminationGracePeri: 30 # Revision is set as 'version' label and part of the resource names when installing multiple control planes. revision: "" # The customized CA address to retrieve certificates for the pods in...
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
Back to top