Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Put S3 compat backends into their own section #1376

Merged
merged 1 commit into from
Apr 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Loading