- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 261 - 270 of 536 for host:docs.min.io (0.04 sec)
-
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) -
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) -
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) -
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) -
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) -
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-godocs.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) -
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) -
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 ARM64docs.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) -
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) -
AssumeRoleWithLDAPIdentity | AIStor Object Stor...
The AIStor Security Token Service (STS) AssumeRoleWithLDAPIdentity API endpoint generates temporary access credentials using Active Directory or LDAP user credentials. This page documents the AIStor Server AssumeRoleWithLDAPIdentity endpoint. For instructions on implementing STS using an S3-compatible SDK, defer to the documentation for that SDK. The AIStor STS AssumeRoleWithLDAPIdentity API endpoint is modeled after the AWS AssumeRoleWithWebIdentity endpoint and shares certain request/response elements. This page documents the AIStor-specific syntax and links out to the AWS reference for all shared elements.docs.min.io/enterprise/aistor-object-store/developers/security-token-service/assumerolewithldapid...Registered: Wed Oct 15 04:14:41 UTC 2025 - Last Modified: Fri Oct 10 19:16:38 UTC 2025 - 204.7K bytes - Viewed (0)