Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 476 for timestamp:[now/d-1M TO *] (0.03 sec)

  1. mc replicate ls | AIStor Object Store Documenta...

    The mc replicate ls command lists all replication rules on a AIStor bucket. Syntax Example The following command lists all enabled replication rules for the mydata bucket on the myminio AIStor deployment:
    docs.min.io/enterprise/aistor-object-store/reference/cli/mc-replicate/mc-replicate-ls/
    Registered: Wed Jul 16 04:18:37 UTC 2025
    - Last Modified: Thu Jul 10 22:13:10 UTC 2025
    - 189.9K bytes
    - Viewed (0)
  2. mc ls | AIStor Object Store Documentation

    The mc ls command lists buckets and objects on a AIStor deployment. You can also use mc ls to list objects on S3-compatible services. Syntax Example The following command lists all objects in a bucket on the myminio deployment:
    docs.min.io/enterprise/aistor-object-store/reference/cli/mc-ls/
    Registered: Wed Jul 16 04:18:47 UTC 2025
    - Last Modified: Thu Jul 10 22:13:10 UTC 2025
    - 197.1K bytes
    - Viewed (0)
  3. mc idp ldap accesskey ls | AIStor Object Store ...

    The mc idp ldap accesskey ls displays a list of LDAP access key pairs. mc idp ldap accesskey ls is also known as mc idp ldap accesskey list. This command works against access keys created by an AD/LDAP user after authenticating to AIStor. Create AD/LDAP service accounts with the mc idp ldap accesskey create command. Authenticated users can manage their own long-term Access Keys using the AIStor Console. AIStor supports using AssumeRoleWithLDAPIdentity to generate temporary access keys using the Security Token Service.
    docs.min.io/enterprise/aistor-object-store/reference/cli/mc-idp-ldap-accesskey/mc-idp-ldap-access...
    Registered: Wed Jul 16 04:19:19 UTC 2025
    - Last Modified: Thu Jul 10 22:13:09 UTC 2025
    - 201.6K bytes
    - Viewed (0)
  4. mc ilm tier add | AIStor Object Store Documenta...

    The mc ilm tier add command creates a new remote storage tier to a supported storage services. See Object Transition for a complete list. Syntax Example The following example creates a new remote tier called WARM-MINIO-TIER on the myminio deployment. The command creates a tier for a remote AIStor deployment located at the hostname https://warm-minio.com.
    docs.min.io/enterprise/aistor-object-store/reference/cli/mc-ilm-tier/mc-ilm-tier-add/
    Registered: Wed Jul 16 04:19:23 UTC 2025
    - Last Modified: Thu Jul 10 22:13:09 UTC 2025
    - 227.7K bytes
    - Viewed (0)
  5. mc ilm tier ls | AIStor Object Store Documentation

    The mc ilm tier ls command shows the remote tiers configured on a deployment. The mc ilm tier list command has equivalent functionality to mc ilm tier ls. Syntax Example The following example outputs a list of the existing remote tiers on the myminio deployment.
    docs.min.io/enterprise/aistor-object-store/reference/cli/mc-ilm-tier/mc-ilm-tier-ls/
    Registered: Wed Jul 16 04:19:28 UTC 2025
    - Last Modified: Thu Jul 10 22:13:09 UTC 2025
    - 187.3K bytes
    - Viewed (0)
  6. mc undo | AIStor Object Store Documentation

    The mc undo command reverses changes due to either a PUT or DELETE operation at a specified path. Syntax Example The following command reverts the last three uploads and/or deletions of the file.zip object on the myminio deployment in the data bucket:
    docs.min.io/enterprise/aistor-object-store/reference/cli/mc-undo/
    Registered: Wed Jul 16 04:20:30 UTC 2025
    - Last Modified: Thu Jul 10 22:13:10 UTC 2025
    - 193.8K bytes
    - Viewed (0)
  7. Server Logs | AIStor Object Store Documentation

    The following section documents settings for configuring AIStor to publish minio server logs to an HTTP webhook endpoint. See Publish Server Logs to HTTP Webhook for more complete documentation and tutorials on using these settings. Example Environment Variables You can specify multiple webhook endpoints as log targets by appending a unique identifier _ID for each set of related logging environment variables. For example, the following settings define two distinct server log webhook endpoints:
    docs.min.io/enterprise/aistor-object-store/reference/aistor-server/settings/metrics-and-logging/s...
    Registered: Wed Jul 16 04:20:38 UTC 2025
    - Last Modified: Thu Jul 10 22:13:09 UTC 2025
    - 210.4K bytes
    - Viewed (0)
  8. Root Access Settings | AIStor Object Store Docu...

    This page covers settings that control root (superuser) access for the AIStor process. The root user has complete access and permissions to perform operations on the AIStor deployment. Root User and Root Password are required even if you use the MinIO Key Encryption Service or other key management utility. 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/root-credentials/
    Registered: Wed Jul 16 04:20:14 UTC 2025
    - Last Modified: Thu Jul 10 22:13:09 UTC 2025
    - 197.3K bytes
    - Viewed (0)
  9. kes key | AIStor Key Manager Documentation

    Overview The kes key command creates, utilizes, displays, and deletes cryptographic keys (Secrets) through the AIStor Key Encryption Service (KES). KES stores created secrets on the configured Key Management System (KMS) target. You can also use these commands to encrypt/decrypt messages or generate new data encryption keys.
    docs.min.io/enterprise/aistor-key-manager/reference/kes-server/cli/kes-key/
    Registered: Wed Jul 16 03:51:26 UTC 2025
    - Last Modified: Tue Jul 15 18:46:10 UTC 2025
    - 69.9K bytes
    - Viewed (0)
  10. Key Manager Server | AIStor Key Manager Documen...

    Installation The following instructions install the minkms binary to your local host machine. You can use this binary for running Key Manager locally or connecting to an existing Key Manager deployment to perform management operations. Linux AMD64 curl --progress-bar --retry 10 -L https://dl.min.io/aistor/minkms/release/linux-amd64/minkms -o minkms chmod +x ./minkms mv ./minkms /usr/local/bin/ Linux ARM64 curl --progress-bar --retry 10 -L https://dl.min.io/aistor/minkms/release/linux-arm64/minkms -o minkms chmod +x ./minkms mv ./minkms /usr/local/bin/ macOS M-series (ARM64) curl --progress-bar --retry 10 -L https://dl.min.io/aistor/minkms/release/darwin-arm64/minkms -o minkms chmod +x ./minkms mv ./minkms /usr/local/bin/ Once installed, set the following environment variables to allow the minkms process to communicate with the remote Key Manager server:
    docs.min.io/enterprise/aistor-key-manager/reference/minkms-server/
    Registered: Wed Jul 16 03:51:33 UTC 2025
    - Last Modified: Tue Jul 15 18:46:10 UTC 2025
    - 71K bytes
    - Viewed (0)
Back to top