Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト %27 [xss]

Results 321 - 330 of 536 for host:docs.min.io (0.03 sec)

  1. Publish Events to MQTT | AIStor Object Store Do...

    AIStor supports publishing bucket notification events to MQTT server/broker endpoint. Prerequisites MQTT 3.1 or 3.1.1 Server/Broker This procedure assumes an existing MQTT 3.1 or 3.1.1 server/broker to which the AIStor Server has connectivity. See the mqtt.org software listing for a list of MQTT-compatible server/brokers.
    docs.min.io/enterprise/aistor-object-store/administration/bucket-notifications/publish-events-to-...
    Registered: Wed Oct 15 03:43:46 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 222.1K bytes
    - Viewed (0)
  2. Windows | AIStor Object Store Documentation

    AIStor supports deploying resources onto Windows hosts for local development and evaluation. For the purposes of evaluation or local development, MinIO recommends using a machine released in the last 4 years with at least 8 GB of RAM. You can use any supported version of Windows. For testing or local development using a virtualized environment, including Windows Subsystem for Linux (WSL), use a machine with a higher number of cores and 16 or 32GB of RAM.
    docs.min.io/enterprise/aistor-object-store/installation/windows/
    Registered: Wed Oct 15 03:44:03 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 194.4K bytes
    - Viewed (0)
  3. mc admin policy | AIStor Object Store Documenta...

    Description The mc admin policy commands manage policies for use with MinIO Policy-Based Access Control (PBAC). MinIO PBAC uses IAM-compatible policy JSON documents to define rules for accessing resources on an AIStor server. For complete documentation on MinIO PBAC, including policy document JSON structure and syntax, see Access Management. To manage policies for deployments that use LDAP authentication, see mc idp ldap policy.
    docs.min.io/enterprise/aistor-object-store/reference/cli/admin/mc-admin-policy/
    Registered: Wed Oct 15 03:44:40 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 196.8K bytes
    - Viewed (0)
  4. mc admin group | AIStor Object Store Documentation

    Description The mc admin group command manages groups on an AIStor deployment. A group is a collection of users. Each group can have one or more assigned policies that explicitly list the actions and resources to which group members are allowed or denied access. Groups provide a simplified method for managing shared permissions among users with common access patterns and workloads.
    docs.min.io/enterprise/aistor-object-store/reference/cli/admin/mc-admin-group/
    Registered: Wed Oct 15 03:44:44 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 221.1K bytes
    - Viewed (0)
  5. Exclude Prefixes | AIStor Object Store Document...

    You can exclude up to 10 prefixes on a bucket with versioning enabled. This is especially useful for Spark or Hadoop workloads or any process that initially creates objects with temporary prefixes. Prefixes A prefix is a common leading string of characters under a bucket that a set of objects share.
    docs.min.io/enterprise/aistor-object-store/administration/objects-and-versioning/versioning/exclu...
    Registered: Wed Oct 15 03:43:33 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 205.2K bytes
    - Viewed (0)
  6. Decommission AIStor Server Pool on Linux | AISt...

    The following procedures decommissions one or more pools on a Linux baremetal deployment. Review the AIStor deployment topology The mc admin decommission command returns a list of all pools in the AIStor deployment: mc admin decommission status myaistor The command returns output similar to the following: ┌─────┬──────────────────────────────────────────────────────────────────┬──────────────────────────────────┬────────┐ │ ID │ Pools │ Capacity │ Status │ │ 1st │ https://aistor-{01...04}.example.com:9000/mnt/disk{1...4}/aistor │ 10 TiB (used) / 10 TiB (total) │ Active │ │ 2nd │ https://aistor-{05...08}.example.com:9000/mnt/disk{1...4}/aistor │ 60 TiB (used) / 100 TiB (total) │ Active │ │ 3rd │ https://aistor-{09...12}.example.com:9000/mnt/disk{1...4}/aistor │ 40 TiB (used) / 100 TiB (total) │ Active │ └─────┴──────────────────────────────────────────────────────────────────┴──────────────────────────────────┴────────┘ The example deployment above has three pools. Each pool has four servers with four drives each.
    docs.min.io/enterprise/aistor-object-store/operations/scaling/decommission/decommission-aistor-li...
    Registered: Wed Oct 15 03:44:55 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 209.5K bytes
    - Viewed (0)
  7. mc admin config | AIStor Object Store Documenta...

    Description The mc admin config command manages configuration settings for the AIStor Server. Examples Syntax mc admin config set Sets a configuration key on the AIStor deployment. Configurations defined by environment variables override configurations defined by this command.
    docs.min.io/enterprise/aistor-object-store/reference/cli/admin/mc-admin-config/
    Registered: Wed Oct 15 03:44:58 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 200.5K bytes
    - Viewed (0)
  8. OpenID Connect Identity Management | AIStor Obj...

    AIStor supports using an OpenID Connect (OIDC) identity provider (IDP) such as Okta, KeyCloak, Dex, Google, or Facebook for external management of user identities. This page explains how to configure an OIDC provider for AIStor on Kubernetes and baremetal infrastructures. See OpenID Connect Access Management for how to set up appropriate access controls for OIDC-managed identities. This procedure is generic for OIDC compatible providers. Refer to the documentation for the OIDC provider of your choice for specific information.
    docs.min.io/enterprise/aistor-object-store/administration/iam/identity/oidc-identity/
    Registered: Wed Oct 15 03:41:27 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 209.2K bytes
    - Viewed (0)
  9. Settings and Configurations | AIStor Object Sto...

    The AIStor Server process stores its configuration in the storage backend directory. These settings define runtime behavior of the AIStor Server process. You can establish or modify settings by defining: an environment variable on the host system prior to starting or restarting the AIStor Server. Refer to your operating system’s documentation for how to define an environment variable. a configuration setting using mc admin config set. If you define both an environment variable and the similar configuration setting, AIStor uses the environment variable value.
    docs.min.io/enterprise/aistor-object-store/reference/aistor-server/settings/
    Registered: Wed Oct 15 04:11:23 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 196K bytes
    - Viewed (0)
  10. Redis Notification Settings | AIStor Object Sto...

    This page documents settings for configuring a Redis service as a target for Bucket Notifications. See Publish Events to Redis for a tutorial on using these settings. You can establish or modify settings by defining: an environment variable on the host system prior to starting or restarting the AIStor Server. Refer to your operating system’s documentation for how to define an environment variable. a configuration setting using mc admin config set. If you define both an environment variable and the similar configuration setting, AIStor uses the environment variable value.
    docs.min.io/enterprise/aistor-object-store/reference/aistor-server/settings/notifications/redis/
    Registered: Wed Oct 15 04:11:33 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 223.7K bytes
    - Viewed (0)
Back to top