Movatterモバイル変換


[0]ホーム

URL:


Close Sidebar

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.SeeTransforms with Object Lambda for more complete documentation and tutorials on using these environment variables.

You can specify multiple targets by appending a unique identifier_ID for each set of related settings.

exportMINIO_LAMBDA_WEBHOOK_ENABLE_myfunction="on"exportMINIO_LAMBDA_WEBHOOK_ENDPOINT_myfunction="https://webhook-1.example.net"exportMINIO_LAMBDA_WEBHOOK_ENABLE_yourfunction="on"exportMINIO_LAMBDA_WEBHOOK_ENDPOINT_yourfunction="https://webhook-2.example.net"

You can specify multiple targets by appending a unique identifier:ID to the configuration key.

mc admin configset lambda_webhook:primaryenable="on"endpoint="https://webhook.example.net"mc admin configset lambda_webhook:secondaryenable="on"endpoint="https://webhook.example.net"
Each configuration setting controls fundamental AIStor behavior and functionality.Test configuration changes in a lower environment, such as DEV or QA, before applying to production.

Enable

MINIO_LAMBDA_WEBHOOK_ENABLE
lambda_webhook enable

Specify"on" to enable the Object Lambda webhook endpoint for a handler function.

Requires specifyingMINIO_LAMBDA_WEBHOOK_ENDPOINT.

Endpoint

MINIO_LAMBDA_WEBHOOK_ENDPOINT
lambda_webhook endpoint

The HTTP endpoint of the lambda webhook for the handler function.

Auth token

MINIO_LAMBDA_WEBHOOK_AUTH_TOKEN
lambda_webhook 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 ofmc admin config get.

Client cert

MINIO_LAMBDA_WEBHOOK_CLIENT_CERT
lambda_webhook client_cert

Specify the path to the client certificate to use for performing mTLS authentication to the lambda webhook service.

Client key

MINIO_LAMBDA_WEBHOOK_CLIENT_KEY
lambda_webhook client_key

Specify the path to the private key to use for performing mTLS authentication to the lambda webhook service.

Response header timeout

Optional

Version added
Requires AIStorRELEASE.2025-08-29T21-27-49Z or later.
MINIO_LAMBDA_WEBHOOK_RESPONSE_HEADER_TIMEOUT
lambda_webhook response_header_timeout

Specify the timeout period for receiving response headers from the lambda webhook server.

Specify a duration value, such as120s or2m.

Defaults to0s (no timeout).

On this page

Page Feedback

Was this page helpful?

Thank you for your feedback!

How can we improve this page?

Optionally provide your email if you would like us to follow up on your feedbackPlease enter a valid email address

Sending feedback...

Failed to send feedback. Please try again.


[8]ページ先頭

©2009-2025 Movatter.jp