Search Options

Results per page
Sort
Preferred Languages
Advance

Results 321 - 330 of 371 for 17 (0.03 sec)

  1. CHANGELOG/CHANGELOG-1.13.md

    - [v1.13.0-alpha.3](#v1130-alpha3)
      - [Downloads for v1.13.0-alpha.3](#downloads-for-v1130-alpha3)
        - [Client Binaries](#client-binaries-17)
        - [Server Binaries](#server-binaries-17)
        - [Node Binaries](#node-binaries-17)
      - [Changelog since v1.13.0-alpha.2](#changelog-since-v1130-alpha2)
        - [Other notable changes](#other-notable-changes-15)
    - [v1.13.0-alpha.2](#v1130-alpha2)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.6.md

        - [Other notable changes](#other-notable-changes-19)
    - [v1.6.0-beta.2](#v160-beta2)
      - [Downloads for v1.6.0-beta.2](#downloads-for-v160-beta2)
        - [Client Binaries](#client-binaries-17)
        - [Server Binaries](#server-binaries-17)
      - [Changelog since v1.6.0-beta.1](#changelog-since-v160-beta1)
        - [Action Required](#action-required-2)
        - [Other notable changes](#other-notable-changes-20)
    - [v1.6.0-beta.1](#v160-beta1)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  3. cmd/bucket-replication-utils_gen.go

    	if z.PurgeTargets != nil {
    		for za0003, za0004 := range z.PurgeTargets {
    			_ = za0004
    			s += msgp.StringPrefixSize + len(za0003) + msgp.StringPrefixSize + len(string(za0004))
    		}
    	}
    	s += 17 + msgp.MapHeaderSize
    	if z.ResetStatusesMap != nil {
    		for za0005, za0006 := range z.ResetStatusesMap {
    			_ = za0006
    			s += msgp.StringPrefixSize + len(za0005) + msgp.StringPrefixSize + len(za0006)
    		}
    	}
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 61.1K bytes
    - Viewed (0)
  4. docs/changelogs/changelog_3x.md

        held by a prior request.
     *  Fix: Ensure network interceptors always have access to the underlying
        connection.
     *  Fix: Use `X509TrustManagerExtensions` on Android 17+.
     *  Fix: Unblock waiting dispatchers on MockWebServer shutdown.
    
    
    ## Version 3.2.0
    
    _2016-02-25_
    
     *  Fix: Change the certificate pinner to always build full chains. This
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  5. helm-releases/minio-3.4.0.tgz

    -o jsonpath="{.data.rootPassword}" | base64 --decode)@<External-IP>:{{ .Values.service.port }} 3. mc ls {{ template "minio.fullname" . }} Alternately, you can use your browser or the MinIO SDK to access the server - https://docs.minio.io/categories/17 {{- end }} {{ if and (.Values.networkPolicy.enabled) (not .Values.networkPolicy.allowExternal) }} Note: Since NetworkPolicy is enabled, only pods with label {{ template "minio.fullname" . }}-client=true" will be able to connect to this minio cluster....
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Dec 19 22:32:49 UTC 2021
    - 14.8K bytes
    - Viewed (0)
  6. helm-releases/minio-3.4.1.tgz

    -o jsonpath="{.data.rootPassword}" | base64 --decode)@<External-IP>:{{ .Values.service.port }} 3. mc ls {{ template "minio.fullname" . }} Alternately, you can use your browser or the MinIO SDK to access the server - https://docs.minio.io/categories/17 {{- end }} {{ if and (.Values.networkPolicy.enabled) (not .Values.networkPolicy.allowExternal) }} Note: Since NetworkPolicy is enabled, only pods with label {{ template "minio.fullname" . }}-client=true" will be able to connect to this minio cluster....
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Dec 20 21:11:50 UTC 2021
    - 15.2K bytes
    - Viewed (0)
  7. cmd/xl-storage_test.go

    			destPath:    "file-six",
    			expectedErr: errFileNameTooLong,
    		},
    		// TestXLStorage case - 17.
    		// TestXLStorage case with segment of destination file name more than 255.
    		// expected not to fail.
    		{
    			srcVol:      "src-vol",
    			destVol:     "dest-vol",
    			srcPath:     "file6",
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Aug 14 17:11:51 UTC 2024
    - 66.7K bytes
    - Viewed (0)
  8. helm-releases/minio-3.6.2.tgz

    -o jsonpath="{.data.rootPassword}" | base64 --decode)@<External-IP>:{{ .Values.service.port }} 3. mc ls {{ template "minio.fullname" . }} Alternately, you can use your browser or the MinIO SDK to access the server - https://docs.minio.io/categories/17 {{- end }} {{ if and (.Values.networkPolicy.enabled) (not .Values.networkPolicy.allowExternal) }} Note: Since NetworkPolicy is enabled, only pods with label {{ template "minio.fullname" . }}-client=true" will be able to connect to this minio cluster....
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Mar 17 18:30:55 UTC 2022
    - 17.9K bytes
    - Viewed (0)
  9. cmd/test-utils_test.go

    	"User-Agent":    true,
    }
    
    // calculateSignedChunkLength - calculates the length of chunk metadata
    func calculateSignedChunkLength(chunkDataSize int64) int64 {
    	return int64(len(fmt.Sprintf("%x", chunkDataSize))) +
    		17 + // ";chunk-signature="
    		64 + // e.g. "f2ca1bb6c7e907d06dafe4687e579fce76b37e4e93b7605022da52e6ccc26fd2"
    		2 + // CRLF
    		chunkDataSize +
    		2 // CRLF
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 01 22:13:18 UTC 2024
    - 77K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.4.md

        - [Other notable changes](#other-notable-changes-17)
    - [v1.4.0-alpha.2](#v140-alpha2)
      - [Downloads](#downloads-16)
      - [Changelog since v1.4.0-alpha.1](#changelog-since-v140-alpha1)
        - [Action Required](#action-required-2)
        - [Other notable changes](#other-notable-changes-18)
    - [v1.4.0-alpha.1](#v140-alpha1)
      - [Downloads](#downloads-17)
      - [Changelog since v1.3.0](#changelog-since-v130)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
Back to top