- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 251 - 260 of 510 for host:docs.min.io (0.1 sec)
-
Object Lambda Function Settings | AIStor Object...
This page documents environment variables for configuring AIStor to publish data to an HTTP webhook endpoint and trigger an Object Lambda function. See Transforms with Object Lambda for more complete documentation and tutorials on using these environment variables. Environment Variables You can specify multiple targets by appending a unique identifier _ID for each set of related settings.docs.min.io/enterprise/aistor-object-store/reference/aistor-server/settings/object-lambda/Registered: Mon Aug 25 03:49:52 UTC 2025 - Last Modified: Wed Aug 20 21:23:38 UTC 2025 - 202.7K 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: Mon Aug 25 03:50:31 UTC 2025 - Last Modified: Wed Aug 20 21:23:38 UTC 2025 - 223.4K 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: Mon Aug 25 03:49:29 UTC 2025 - Last Modified: Wed Aug 20 21:23:38 UTC 2025 - 199.6K bytes - Viewed (0) -
mc version suspend | AIStor Object Store Docume...
The mc version suspend command disables versioning on the specified bucket. Syntax Example The following command disables versioning for the mybucket bucket on the myminio AIStor deployment:docs.min.io/enterprise/aistor-object-store/reference/cli/mc-version/mc-version-suspend/Registered: Mon Aug 25 03:49:35 UTC 2025 - Last Modified: Wed Aug 20 21:23:39 UTC 2025 - 195.6K bytes - Viewed (0) -
ILM Settings | AIStor Object Store Documentation
This page covers settings that control Information Lifecycle Management (ILM) for the AIStor 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/ilm/Registered: Mon Aug 25 03:49:43 UTC 2025 - Last Modified: Wed Aug 20 21:23:38 UTC 2025 - 191.5K bytes - Viewed (0) -
Initialize Site Replication | AIStor Object Sto...
This page documents the steps necessary to initialize site replication between two AIStor deployments. The procedures assume at least two existing AIStor installations. Only one of the two sites can have any data at the time of setup. All other sites must be empty of buckets and objects. All sites must otherwise having the following matching configurations: AIStor Server version Key Management Server for Server-Side Encryption Identity Manager Ensure each peer site has a Load Balancer, Reverse Proxy, or similar network control plane component to handle routing connections to its AIStor Server nodes. Using a single node hostname for a peer site creates a single point of failure for site replication where replication can fail if that single node goes down.docs.min.io/enterprise/aistor-object-store/administration/replication/site-replication/create-ini...Registered: Mon Aug 25 03:20:19 UTC 2025 - Last Modified: Wed Aug 20 21:23:38 UTC 2025 - 199.1K bytes - Viewed (0) -
Publish Events to AMQP (RabbitMQ) | AIStor Obje...
AIStor supports publishing bucket notification events to a AMQP 0-9-1 service endpoint such as RabbitMQ. Prerequisites AMQP 0-9-1 service endpoint. AIStor relies on the https://github.com/streadway/amqp project for AMQP connectivity. The project is primarily tested against RabbitMQ deployments, though other AMQP 0-9-1-compatible services may also work. This procedure assumes a RabbitMQ deployment using the 0-9-1 protocol as the service endpoint.docs.min.io/enterprise/aistor-object-store/administration/bucket-notifications/publish-events-to-...Registered: Mon Aug 25 03:19:42 UTC 2025 - Last Modified: Wed Aug 20 21:23:38 UTC 2025 - 216.9K 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: Mon Aug 25 03:19:50 UTC 2025 - Last Modified: Wed Aug 20 21:23:38 UTC 2025 - 222.1K bytes - Viewed (0) -
Publish Events to Kafka | AIStor Object Store D...
AIStor supports publishing bucket notification events to a Kafka service endpoint. AIStor relies on the https://github.com/Shopify/sarama project for Kafka connectivity and shares that project’s Kafka support. See the sarama Compatibility and API stability section for more details. Prerequisites Kafka minimum versions and supported versions.docs.min.io/enterprise/aistor-object-store/administration/bucket-notifications/publish-events-to-...Registered: Mon Aug 25 03:19:53 UTC 2025 - Last Modified: Wed Aug 20 21:23:38 UTC 2025 - 218K 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.docs.min.io/enterprise/aistor-object-store/installation/kubernetes/install/deploy-aistor-on-kuber...Registered: Mon Aug 25 03:19:24 UTC 2025 - Last Modified: Wed Aug 20 21:23:38 UTC 2025 - 201.3K bytes - Viewed (0)