From abc7399eda8f212044f48dfe82f42fed95a2d98d Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Mon, 23 Sep 2019 00:17:32 +0200 Subject: [PATCH] Fix AWS_S3_ENDPOINT_URL example --- docs/backends/digital-ocean-spaces.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backends/digital-ocean-spaces.rst b/docs/backends/digital-ocean-spaces.rst index a702f649b..c11af4bf3 100644 --- a/docs/backends/digital-ocean-spaces.rst +++ b/docs/backends/digital-ocean-spaces.rst @@ -4,5 +4,5 @@ Digital Ocean Digital Ocean Spaces implements the S3 protocol. To use it follow the instructions in the :doc:`Amazon S3 docs ` with the important caveats that you must: - Set ``AWS_S3_REGION_NAME`` to your Digital Ocean region (such as ``nyc3`` or ``sfo2``) -- Set ``AWS_S3_ENDPOINT_URL`` to the value of ``${AWS_S3_REGION_NAME}.digitaloceanspaces.com`` +- Set ``AWS_S3_ENDPOINT_URL`` to the value of ``https://${AWS_S3_REGION_NAME}.digitaloceanspaces.com`` - Set the values of ``AWS_ACCESS_KEY_ID`` and ``AWS_SECRET_ACCESS_KEY`` to the corresponding values from Digital Ocean