module pixeltable.functions.net
Pixeltable UDF for converting media file URIs to presigned HTTP URLs.udf presigned_url()
Signature
- Google Cloud Storage: maximum 7-day expiration
- AWS S3: requires proper region configuration
- Azure: subject to storage account access policies
uri(pxt.String): The media file URI (e.g.,s3://bucket/path,gs://bucket/path,azure://container/path)expiration_seconds(pxt.Int): How long the URL remains valid
pxt.String: A presigned HTTP URL for accessing the file