Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 201 - 210 of 443 for host:docs.min.io (0.03 sec)

  1. Transforms with Object Lambda | AIStor Object S...

    AIStor’s Object Lambda enables developers to programmatically transform objects on demand. You can transform objects as needed for your use case, such as redacting personally identifiable information (PII), enriching data with information from other sources, or converting between formats. Overview An Object Lambda handler is a small code module that transforms the contents of an object and returns the results. Like Amazon S3 Object Lambda functions, you trigger an AIStor Object Lambda handler function with a GET request from an application. The handler retrieves the requested object from AIStor, transforms it, and returns the modified data back to AIStor to send to the original application. The original object remains unchanged.
    docs.min.io/enterprise/aistor-object-store/developers/transforms-with-object-lambda/
    Registered: Fri Dec 05 04:11:54 UTC 2025
    - Last Modified: Mon Dec 01 21:26:16 UTC 2025
    - 272.3K bytes
    - Viewed (0)
  2. Software Development Kits (SDKs) | AIStor Objec...

    Go GitHub: minio/minio-go You can install the Go SDK using the following command: go get github.com/minio/minio-go/v7 Quickstart: Go Quickstart Reference: Go API docs Python GitHub: minio/minio-py
    docs.min.io/enterprise/aistor-object-store/developers/sdk/
    Registered: Fri Dec 05 04:12:11 UTC 2025
    - Last Modified: Mon Dec 01 21:26:16 UTC 2025
    - 244.1K bytes
    - Viewed (0)
  3. AssumeRoleWithCustomToken | AIStor Object Store...

    The AIStor Security Token Service (STS) AssumeRoleWithCustomToken API endpoint generates a token for use with the AIStor External Identity Management Plugin. Request endpoint The AssumeRoleWithCustomToken endpoint has the following form: POST https://aistor.example.net?Action=AssumeRoleWithCustomToken[&ARGS] The following example uses all supported arguments. Replace the aistor.example.net hostname with the appropriate URL for your AIStor cluster:
    docs.min.io/enterprise/aistor-object-store/developers/security-token-service/assumerolewithcustom...
    Registered: Fri Dec 05 04:11:37 UTC 2025
    - Last Modified: Mon Dec 01 21:26:16 UTC 2025
    - 242.5K bytes
    - Viewed (0)
  4. Storage Requirements | AIStor Object Store Docu...

    Drive type MinIO recommends using flash-based storage (NVMe or SSD) for all workload types at any scale. Workloads that require high performance should prefer NVMe over SSD. For best performance, use 30+TB drives with NVMe over PCIe 4.0 or 5.0. Directly attached storage For best performance, provide AIStor with drives attached directly to each host node as a JBOD array with no RAID or similar management layers. AIStor requires the XFS filesystem for best performance and behavior at scale. Using any other type of backing storage (SAN/NAS, ext4, RAID, LVM) typically results in a reduction in performance, reliability, predictability, and consistency.
    docs.min.io/enterprise/aistor-object-store/reference/aistor-server/requirements/storage/
    Registered: Fri Dec 05 04:12:55 UTC 2025
    - Last Modified: Mon Dec 01 21:26:16 UTC 2025
    - 247.6K bytes
    - Viewed (0)
  5. JavaScript SDK | AIStor Object Store Documentation

    The MinIO JavaScript Client SDK provides high level APIs to access any Amazon S3 compatible object storage server. This guide will show you how to install the client SDK and execute an example JavaScript program. For a complete list of APIs and examples, please take a look at the JavaScript Client API Reference documentation. This document presumes you have a working Node.js development environment, LTS versions v16, v18 or v20.
    docs.min.io/enterprise/aistor-object-store/developers/sdk/javascript/
    Registered: Fri Dec 05 04:12:41 UTC 2025
    - Last Modified: Mon Dec 01 21:26:16 UTC 2025
    - 274.4K bytes
    - Viewed (0)
  6. Deploy AIStor on Kubernetes | AIStor Object Sto...

    This tutorial deploys AIStor onto Kubernetes distributions that follow the upstream API and functionality. The steps in this procedure may work on forked Kubernetes distributions. This procedure requires the installation of Kubernetes operators and associated resources including CustomResourceDefinitions, StatefulSets, and secrets into new or existing namespaces. You must perform the operations in this procedure as a user that has broad permissions to create resources within multiple namespaces. Deploy AIStor using Helm This procedure documents installation on Kubernetes with the AIStor Helm Charts. MinIO recommends Helm version 3.17 or later.
    docs.min.io/enterprise/aistor-object-store/installation/kubernetes/install/deploy-aistor-on-kuber...
    Registered: Fri Dec 05 03:35:17 UTC 2025
    - Last Modified: Mon Dec 01 21:26:16 UTC 2025
    - 252.4K bytes
    - Viewed (0)
  7. AIStor Tables | AIStor Object Store Documentation

    MinIO announced AIStor Tables as a Technical Preview on September 30th, 2025. AIStor Tables implements native Iceberg tables support in AIStor object storage. This feature allows users to create, manage, and query Iceberg tables directly through AIStor Object Store with no dependencies on external catalog services or metadata databases. AIStor Tables implements a subset of the Iceberg REST Catalog spec functions. Applications can interact with Iceberg entities through the AIStor Iceberg API while performing S3 operations through the object storage API.
    docs.min.io/enterprise/aistor-object-store/administration/aistor-tables/
    Registered: Fri Dec 05 03:37:15 UTC 2025
    - Last Modified: Mon Dec 01 21:26:16 UTC 2025
    - 246.8K bytes
    - Viewed (0)
  8. mc version info | AIStor Object Store Documenta...

    The mc version info command returns the versioning status for the specified bucket. Syntax Example The following command returns the versioning status for the mybucket bucket on the myaistor AIStor deployment:
    docs.min.io/enterprise/aistor-object-store/reference/cli/mc-version/mc-version-info/
    Registered: Fri Dec 05 04:06:02 UTC 2025
    - Last Modified: Mon Dec 01 21:26:17 UTC 2025
    - 239.9K bytes
    - Viewed (0)
  9. mc stat | AIStor Object Store Documentation

    The mc stat command displays information on objects in an AIStor bucket, including object metadata. You can also use it to retrieve bucket metadata. You can use mc stat against the local filesystem to produce similar results to the stat command-line tool. Syntax Example The following command displays information on all objects in the mydata bucket on the myaistor AIStor deployment:
    docs.min.io/enterprise/aistor-object-store/reference/cli/mc-stat/
    Registered: Fri Dec 05 04:04:51 UTC 2025
    - Last Modified: Mon Dec 01 21:26:17 UTC 2025
    - 258.5K bytes
    - Viewed (0)
  10. mc support perf net | AIStor Object Store Docum...

    The mc support perf net command measures the network throughput of all nodes in a cluster. Use this command to identify potential network performance bottlenecks in your deployment. Syntax Example The following command runs a network throughput test on a cluster with alias myaistor.
    docs.min.io/enterprise/aistor-object-store/reference/cli/mc-support/mc-support-perf/mc-support-pe...
    Registered: Fri Dec 05 04:04:29 UTC 2025
    - Last Modified: Mon Dec 01 21:26:17 UTC 2025
    - 242.6K bytes
    - Viewed (0)
Back to top