Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 361 - 370 of 536 for host:docs.min.io (0.15 sec)

  1. Thresholds and Limits | AIStor Object Store Doc...

    This page reflects limits and thresholds that apply to AIStor Server. S3 API limits Item Specification Maximum object size 50 TiB Minimum object size 0 B Maximum object size per PUT operation 5 TiB for non-multipart upload50 TiB for multipart upload Maximum number of parts per upload 10,000 Part size range 5 MiB to 5 GiB. Last part can be 0 B to 5 GiB Maximum number of parts returned per list parts request 10,000 Maximum number of objects returned per list objects request 1,000 Maximum number of multipart uploads returned per list multipart uploads request 1,000 Maximum length for bucket names 63 Maximum length for object names 1024 Maximum length for each / separated segment of an object name 255 Maximum number of object versions for a unique object 10000 (Configurable) Erasure code limits Item Specification Maximum number of servers per cluster no limit Minimum number of servers 1 Minimum number of drives per server when server count is 1 1 (for deployments, which do not provide additional reliability or availability) Minimum number of drives per server when server count is 2 or more 1 Maximum number of drives per server no limit Read quorum $$N/2$$ Write quorum $$(N/2)+1$$ Object name limitations Filesystem and operating system restrictions Object names in AIStor are restricted primarily by the local operating system and filesystem. Windows and some other operating systems restrict file systems with certain special characters, such as ^, *, |, \, /, &, ", or ;.
    docs.min.io/enterprise/aistor-object-store/reference/aistor-server/thresholds/
    Registered: Wed Oct 15 04:12:55 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 203.5K bytes
    - Viewed (0)
  2. Network Requirements | AIStor Object Store Docu...

    Networking has the greatest impact on AIStor Server performance. Low per-host bandwidth artificially constrains the potential performance of the storage. MinIO recommends high speed networking to support the maximum possible throughput of the attached storage (aggregated drives, storage controllers, and PCIe busses). For best performance, use 100GbE or higher networking infrastructure. The following table provides a general guideline for the maximum storage throughput supported by a given physical or virtual network interface. This table assumes all network infrastructure components, such as routers, switches, and physical cabling, also supports the NIC bandwidth.
    docs.min.io/enterprise/aistor-object-store/reference/aistor-server/requirements/network/
    Registered: Wed Oct 15 04:12:22 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 194.7K bytes
    - Viewed (0)
  3. 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: Wed Oct 15 03:38:14 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 206.6K bytes
    - Viewed (0)
  4. Bucket Replication | AIStor Object Store Docume...

    AIStor server-side bucket replication is an automatic bucket-level configuration that synchronizes objects between a source and destination bucket. AIStor server-side replication requires the source and destination bucket be two separate AIStor clusters running the same Object Store version. For each write operation to the bucket, AIStor checks all configured replication rules for the bucket and applies the matching rule with highest configured priority. AIStor synchronizes new objects and object mutations, such as new object versions or changes to object metadata. This includes metadata operations such as enabling or modifying object locking or retention settings.
    docs.min.io/enterprise/aistor-object-store/administration/replication/bucket-replication/
    Registered: Wed Oct 15 03:38:26 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 213K bytes
    - Viewed (0)
  5. Batch Replication | AIStor Object Store Documen...

    The AIStor Batch Framework allows you to create, manage, monitor, and execute jobs using a YAML-formatted job definition file (a “batch file”). The batch jobs run directly on the AIStor deployment to take advantage of the server-side processing power without constraints of the local machine where you run the AIStor Client. The replicate batch job replicates objects from one AIStor deployment (the source deployment) to another AIStor deployment (the target deployment). The deployment specified as the alias becomes the ’local’ deployment for the purposes of replication.
    docs.min.io/enterprise/aistor-object-store/administration/replication/batch-replication/
    Registered: Wed Oct 15 03:39:37 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 227.1K bytes
    - Viewed (0)
  6. Batch Job Expiration | AIStor Object Store Docu...

    The AIStor Batch Framework allows you to create, manage, monitor, and execute jobs using a YAML-formatted job definition file (a “batch file”). The batch jobs run directly on the AIStor server to take advantage of the server-side processing power without constraints of the local machine where you run the AIStor Client. The expire batch job applies Automatic Object Expiration behavior to a single bucket. The job determines expiration eligibility based on the provided configuration, independent of any configured expiration rules.
    docs.min.io/enterprise/aistor-object-store/administration/objects-and-versioning/batch-expiration/
    Registered: Wed Oct 15 03:39:41 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 218.2K bytes
    - Viewed (0)
  7. Software Development Kits (SDKs) | AIStor Objec...

    MinIO publishes the following Software Development Kits (SDK): Go Download from GitHub Python Install methods Java Install methods .NET Download from NuGet JavaScript Install Haskell Install C++ Install Rust Go GitHub: minio/minio-go
    docs.min.io/enterprise/aistor-object-store/developers/minio-drivers/
    Registered: Wed Oct 15 04:14:12 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 209.5K bytes
    - Viewed (0)
  8. 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: Wed Oct 15 04:14:16 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 228.5K bytes
    - Viewed (0)
  9. Installation | AIStor Key Manager Documentation

    This page documents the installation of the AIStor Key Encryption Service. You may require root or sudo permissions to perform some of the steps. Install the AIStor KES binary on each node in your KES cluster. Linux AMD64 curl --progress-bar --retry 10 -L https://dl.min.io/aistor/kes/release/linux-amd64/kes -o kes chmod +x ./kes mv ./kes /usr/local/bin/kes kes --version ARM64
    docs.min.io/enterprise/aistor-key-manager/legacy-key-management/installation/
    Registered: Wed Oct 15 04:16:02 UTC 2025
    - Last Modified: Fri Oct 10 20:04:54 UTC 2025
    - 77.2K bytes
    - Viewed (0)
  10. 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: Wed Oct 15 04:15:31 UTC 2025
    - Last Modified: Fri Oct 10 19:16:38 UTC 2025
    - 201.9K bytes
    - Viewed (0)
Back to top