From bd02af38c4ac09c0baadf20c89128b08b1659677 Mon Sep 17 00:00:00 2001 From: Samuel Lopez Saura Date: Sat, 17 Oct 2020 00:30:29 +0200 Subject: [PATCH] docs: add linode integration --- docs/backends/linode.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/backends/linode.rst diff --git a/docs/backends/linode.rst b/docs/backends/linode.rst new file mode 100644 index 000000000..00ffa0079 --- /dev/null +++ b/docs/backends/linode.rst @@ -0,0 +1,9 @@ +Linode +====== + +Linode 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 Linode region (such as ``eu-central-1``) +- Set ``AWS_S3_ENDPOINT_URL`` to the value of ``https://{AWS_STORAGE_BUCKET_NAME}.{AWS_REGION_NAME}.linodeobjects.com`` +- Set the values of ``AWS_ACCESS_KEY_ID`` and ``AWS_SECRET_ACCESS_KEY`` to the corresponding values from Linode +