- Sort Score
- Result 10 results
- Languages All
Results 441 - 450 of 641 for lowest (0.06 sec)
-
docs/site-replication/run-ssec-object-replication-with-compression.sh
TEST_MINIO_ENC_KEY="MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTIzNDU2Nzg5MDA" # Create certificates for TLS enabled MinIO echo -n "Setup certs for MinIO instances ..." wget -O certgen https://github.com/minio/certgen/releases/latest/download/certgen-linux-amd64 && chmod +x certgen ./certgen --host localhost mkdir -p /tmp/certs mv public.crt /tmp/certs || sudo mv public.crt /tmp/certs mv private.key /tmp/certs || sudo mv private.key /tmp/certs echo "done"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 24 08:03:58 UTC 2024 - 8.3K bytes - Viewed (0) -
docs/em/docs/tutorial/handling-errors.md
``` #### `RequestValidationError` π `ValidationError` /// warning π« π‘ βΉ π π πͺ πΆ π₯ β«οΈ π« β π π. /// `RequestValidationError` π§-π Pydantic <a href="https://docs.pydantic.dev/latest/concepts/models/#error-handling" class="external-link" target="_blank">`ValidationError`</a>. **FastAPI** βοΈ β«οΈ π, π₯ π βοΈ Pydantic π· `response_model`, & π π½ βοΈ β, π π π β π πΉ.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.3K bytes - Viewed (0) -
docs/fr/README.md
Nous accueillons les pull requests pour votre langue. ## AlimentΓ© par * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di") : Conteneur DI
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 7.9K bytes - Viewed (0) -
docs/pt-BR/README.md
Aceitamos pull requests para o seu idioma. ## Desenvolvido por * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): ContΓͺiner DI
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 7.4K bytes - Viewed (0) -
internal/bucket/replication/rule.go
// Supported status types const ( Enabled Status = "Enabled" Disabled Status = "Disabled" ) // DeleteMarkerReplication - whether delete markers are replicated - https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html type DeleteMarkerReplication struct { Status Status `xml:"Status"` // should be set to "Disabled" by default } // IsEmpty returns true if DeleteMarkerReplication is not set
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jan 24 23:22:20 UTC 2022 - 8.3K bytes - Viewed (0) -
cmd/update.go
internalLogIf(GlobalContext, err) return err == nil } // IsDCOS returns true if minio is running in DCOS. func IsDCOS() bool { // http://mesos.apache.org/documentation/latest/docker-containerizer/ // Mesos docker containerizer sets this value return env.Get("MESOS_CONTAINER_NAME", "") != "" } // IsKubernetes returns true if minio is running in kubernetes. func IsKubernetes() bool {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 18.7K bytes - Viewed (0) -
docs/ko/README.md
κ²μ/μΈλ±μ€ λΆμκΈ°μ κ΄λ ¨ν΄μ, [doc.json](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_indices/fess/doc.json)μ΄ κ·νμ μΈμ΄μ λν lang\_[lang]μ ν¬ν¨νλ κ²½μ°, ν΄λΉ μΈμ΄μ λ§κ² λΆμκΈ°λ₯Ό μμ νμμμ€. λΆμκΈ°μ λν μμΈν λ΄μ©μ [OpenSearch λ¬Έμ](https://opensearch.org/docs/latest/analyzers/search-analyzers/)λ₯Ό μ°Έμ‘°νμμμ€. κ·νμ μΈμ΄λ‘ λ ν 리νμ€νΈλ₯Ό νμν©λλ€. ## μ 곡λ κΈ°μ * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): DI 컨ν μ΄λ
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 7.8K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/publicsuffix/PublicSuffixDatabase.kt
// Start by looking for exact matches. We start at the leftmost label. For example, foo.bar.com // will look like: [foo, bar, com], [bar, com], [com]. The longest matching rule wins. var exactMatch: String? = null for (i in domainLabelsUtf8Bytes.indices) { val rule = publicSuffixListBytes.binarySearch(domainLabelsUtf8Bytes, i) if (rule != null) {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 11.7K bytes - Viewed (0) -
docs/tls/README.md
* MinIO doesn't currently support PFX certificates. ### 3.1 Use `certgen` to Generate a Certificate Download [`certgen`](https://github.com/minio/certgen/releases/latest) for your specific operating system and platform. `certgen` is a simple *Go* tool to generate self-signed certificates, and provides SAN certificates with DNS and IP entries: ```sh
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 8.4K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultUpdateCheckManager.java
// it refers to a snapshot artifact or meta-version. // NOTE: Release metadata includes version information about artifacts that have been released, to allow // meta-versions like RELEASE and LATEST to resolve, and also to allow retrieval of the range of valid, released // artifacts available. ArtifactRepositoryPolicy policy = metadata.getPolicy(repository); if (!policy.isEnabled()) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 12.1K bytes - Viewed (0)