Skip to content

Commit

Permalink
[docs] Put S3 compat backends into their own section (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed Apr 21, 2024
1 parent 5111199 commit 68ef6ba
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions docs/backends/s3_compatible/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
S3 Compatible
=============

Many service providers choose to implement the S3 protocol for their storage API.
Below is a collection of documentation for how to configure the :doc:`Amazon S3 <../amazon-S3>`
backend for some of the most popular.

.. toctree::
:maxdepth: 1
:glob:

backblaze-B2
digital-ocean-spaces
oracle-cloud
File renamed without changes.
15 changes: 11 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ django-storages
django-storages is a collection of custom storage backends for Django.

.. toctree::
:maxdepth: 1
:glob:

backends/*
:maxdepth: 2
:titlesonly:

backends/amazon-S3
backends/apache_libcloud
backends/azure
backends/dropbox
backends/ftp
backends/gcloud
backends/sftp
backends/s3_compatible/index

Installation
************
Expand Down

0 comments on commit 68ef6ba

Please sign in to comment.