Object Lambda Function Settings
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.
Enable
Specify "on"
to enable the Object Lambda webhook endpoint for a handler function.
Requires specifying MINIO_LAMBDA_WEBHOOK_ENDPOINT
.
Endpoint
The HTTP endpoint of the lambda webhook for the handler function.
Auth token
Specify the opaque string or JWT authorization token to use for authenticating to the lambda webhook service.
AIStor redacts this value when returned as part of mc admin config get
.
Client cert
Specify the path to the client certificate to use for performing mTLS authentication to the lambda webhook service.
Client key
Specify the path to the private key to use for performing mTLS authentication to the lambda webhook service.