Skip to content

Commit

Permalink
Docs: Specify the allowed parameters for AZURE_OBJECT_PARAMETERS (jsc…
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyCA authored and mlazowik committed Mar 9, 2022
1 parent cb2eb2b commit ec891e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/backends/azure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

0 comments on commit ec891e7

Please sign in to comment.