Skip to content

Commit

Permalink
docs: add linode integration
Browse files Browse the repository at this point in the history
  • Loading branch information
elchicodepython committed Oct 16, 2020
1 parent 738347e commit bd02af3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 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 <amazon-S3>` 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

0 comments on commit bd02af3

Please sign in to comment.