[13.0][IMP] attachment_azure: Write and read storage name along filename for extended usability

This commit is contained in:
Patrick Tombez
2021-11-15 09:36:54 +01:00
committed by Yannick Vaucher
co-authored by Yannick Vaucher
parent 4b9fd4f284
commit 4c7a6acf8b
2 changed files with 17 additions and 5 deletions
+3
View File
@@ -51,6 +51,9 @@ Activate Azure Blob storage:
One container will be created per database using the `RUNNING_ENV` environment variable
and the name of the database. By default, `RUNNING_ENV` is set to `dev`.
The container name will also be stored in the database for each attachment,
and will be used to access the right container in the storage.
This addon must be added in the server wide addons with (``--load`` option):
``--load=web,attachment_azure``