1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-11-29 23:07:40 +02:00

Azure Blob Storage support

This commit is contained in:
DarthSim
2020-11-19 20:47:18 +06:00
parent 5c4860c609
commit e0a4ec1f1f
9 changed files with 106 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
# Serving files from Azure Blob Storage
imgproxy can process images from Azure Blob Storage containers. To use this feature, do the following:
1. Set `IMGPROXY_USE_ABS` environment variable as `true`;
2. Set `IMGPROXY_ABS_NAME` to your Azure account name and `IMGPROXY_ABS_KEY` to your Azure account key;
4. _(optional)_ Specify Azure Blob Storage endpoint with `IMGPROXY_ABS_ENDPOINT`;
4. Use `abs://%bucket_name/%file_key` as the source image URL.