mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
452 B
452 B
Serving files from Azure Blob Storage
imgproxy can process images from Azure Blob Storage containers. To use this feature, do the following:
- Set
IMGPROXY_USE_ABS
environment variable astrue
; - Set
IMGPROXY_ABS_NAME
to your Azure account name andIMGPROXY_ABS_KEY
to your Azure account key; - (optional) Specify Azure Blob Storage endpoint with
IMGPROXY_ABS_ENDPOINT
; - Use
abs://%bucket_name/%file_key
as the source image URL.