From 8ddc179e562ea4bf3a61f73b4c5fd17ea7edbd58 Mon Sep 17 00:00:00 2001 From: Jeffrey Date: Sun, 20 Dec 2020 22:55:07 -0500 Subject: [PATCH] Docs: Specify the allowed parameters for AZURE_OBJECT_PARAMETERS (#969) --- docs/backends/azure.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/backends/azure.rst b/docs/backends/azure.rst index 2c7b172dd..41716bc81 100644 --- a/docs/backends/azure.rst +++ b/docs/backends/azure.rst @@ -170,3 +170,5 @@ The following settings are available: Use this to set content settings on all objects. To set these on a per-object basis, subclass the backend and override ``AzureStorage.get_object_parameters``. + + This is a Python ``dict`` and the possible parameters are: ``content_type``, ``content_encoding``, ``content_language``, ``content_disposition``, ``cache_control``, and ``content_md5``.