distribution/registry/storage/driver/middleware/rewrite
Andrey Smirnov 558ace1391
feat: implement 'rewrite' storage middleware
This allows to rewrite 'URLFor' of the storage driver to use a specific
host/trim the base path.

It is different from the 'redirect' middleware, as it still calls the
storage driver URLFor.

For example, with Azure storage provider, this allows to transform the
SAS Azure Blob Storage URL into the URL compatible with Azure Front
Door.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2024-07-04 18:49:25 +04:00
..
middleware.go feat: implement 'rewrite' storage middleware 2024-07-04 18:49:25 +04:00
middleware_test.go feat: implement 'rewrite' storage middleware 2024-07-04 18:49:25 +04:00