Skip to content

Commit

Permalink
Docs: Specify the allowed parameters for AZURE_OBJECT_PARAMETERS (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyCA committed Dec 21, 2020
1 parent ae50e6b commit 8ddc179
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 8ddc179

Please sign in to comment.