diff --git a/docs/backends/s3_compatible/backblaze-B2.rst b/docs/backends/s3_compatible/backblaze-B2.rst index e57749f5..86e75d0f 100644 --- a/docs/backends/s3_compatible/backblaze-B2.rst +++ b/docs/backends/s3_compatible/backblaze-B2.rst @@ -6,7 +6,7 @@ Backblaze B2 implements an `S3 Compatible API `_, if you have not already done so. #. Create a public or private bucket. Note that object-level ACLs are not supported by B2 - all objects inherit their bucket's ACLs. #. Create an `application key `_. Best practice is to limit access to the bucket you just created. -#. Follow the instructions in the :doc:`Amazon S3 docs ` with the following exceptions: +#. Follow the instructions in the :doc:`Amazon S3 docs <../amazon-S3>` with the following exceptions: * Set ``region_name`` to your Backblaze B2 region, for example, ``us-west-004`` * Set ``endpoint_url`` to ``https://s3.${AWS_S3_REGION_NAME}.backblazeb2.com`` diff --git a/docs/backends/s3_compatible/digital-ocean-spaces.rst b/docs/backends/s3_compatible/digital-ocean-spaces.rst index 9f9a22df..dce29f8c 100644 --- a/docs/backends/s3_compatible/digital-ocean-spaces.rst +++ b/docs/backends/s3_compatible/digital-ocean-spaces.rst @@ -1,7 +1,7 @@ Digital Ocean ============= -Digital Ocean Spaces implements the S3 protocol. To use it follow the instructions in the :doc:`Amazon S3 docs ` with the important caveats that you must: +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`` diff --git a/docs/backends/s3_compatible/oracle-cloud.rst b/docs/backends/s3_compatible/oracle-cloud.rst index d2177cb7..a434a984 100644 --- a/docs/backends/s3_compatible/oracle-cloud.rst +++ b/docs/backends/s3_compatible/oracle-cloud.rst @@ -1,20 +1,21 @@ Oracle Cloud ============= -Oracle cloud provides S3 compatible object storage. To use it follow the instructions in the :doc:`Amazon S3 docs ` on how to configure *DEFAULT_FILE_STORAGE* and *STATICFILES_STORAGE* and set the following -configurations on settings.py +Oracle Cloud provides an S3 compatible object storage. To use it: the instructions in the :doc:`Amazon S3 docs <../amazon-S3>` replacing: -- Create a `Customer Secret Key`_ -- Use generated key as ``secret_key`` -- And the value in the *Access Key* column as ``access_key`` -- Set ``bucket_name`` with your bucket name -- Set ``region_name`` with the current region +#. Create a `Customer Secret Key`_ +#. Create a bucket -And last but most importantly set the ``endpoint_url`` with: +Then follow the instructions in the :doc:`Amazon S3 docs <../amazon-S3>` documentation replacing: - ``https://{ORACLE_NAMESPACE}.compat.objectstorage.{ORACLE_REGION}.oraclecloud.com`` +- ``secret_key`` with the value previously generated +- ``access_key`` with the value in the **Access Key** column +- ``bucket_name`` with the bucket name +- ``region_name`` with the current region +- ``endpoint_url`` with ``https://{ORACLE_NAMESPACE}.compat.objectstorage.{ORACLE_REGION}.oraclecloud.com`` -The ``ORACLE_NAMESPACE`` value can be found on the bucket details page +.. note:: + The ``ORACLE_NAMESPACE`` value can be found on the bucket details page References