From b336e71600c0f52eb26d9315e95ba0978ee3d1d8 Mon Sep 17 00:00:00 2001 From: Joe Devon <138038+joedevon@users.noreply.github.com> Date: Sat, 28 Sep 2024 17:48:02 -0700 Subject: [PATCH] Update digital-ocean-spaces.rst The vars listed didn't work for Digital Ocean so I wrote the values that worked for me and removed the following from the docs: region_name endpoint_url access_key secret_key --- docs/backends/s3_compatible/digital-ocean-spaces.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/backends/s3_compatible/digital-ocean-spaces.rst b/docs/backends/s3_compatible/digital-ocean-spaces.rst index dce29f8c0..f0ff51835 100644 --- a/docs/backends/s3_compatible/digital-ocean-spaces.rst +++ b/docs/backends/s3_compatible/digital-ocean-spaces.rst @@ -3,6 +3,6 @@ Digital Ocean Digital Ocean Spaces implements the S3 protocol. To use it follow the instructions in the :doc:`Amazon S3 docs <../amazon-S3>` with the important caveats that you must: -- Set ``region_name`` to your Digital Ocean region (such as ``nyc3`` or ``sfo2``) -- Set ``endpoint_url`` to the value of ``https://${region_name}.digitaloceanspaces.com`` -- Set the values of ``access_key`` and ``secret_key`` to the corresponding values from Digital Ocean +- Set ``AWS_S3_REGION_NAME`` to your Digital Ocean region (such as ``nyc3`` or ``sfo2``) +- Set ``AWS_S3_ENDPOINT_URL`` to the value of ``https://${region_name}.digitaloceanspaces.com`` +- Set the values of ``AWS_ACCESS_KEY_ID`` and ``AWS_SECRET_ACCESS_KEY`` to the corresponding values from Digital Ocean