You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same `storages.backends.s3.S3Storage` backend can be used for S3 Compatible API services, such [Minio](https://min.io/), [Ceph/RADOS](https://docs.ceph.com/en/reef/man/8/rados/) and [Backblaze B2](https://www.backblaze.com/cloud-storage).
95
+
96
+
The [django-storages](https://django-storages.readthedocs.io/en/latest/backends/s3_compatible/index.html) documentation
97
+
provides a reference for setting up some of these services.
93
98
94
-
#### Setup
99
+
## Azure Blob storage
100
+
101
+
### Setup
95
102
96
103
Before you can configure Azure Blob storage to use with Pulp, ensure that you complete the following steps
97
104
(consult the official Azure documentation for precise steps).
@@ -101,7 +108,7 @@ Before you can configure Azure Blob storage to use with Pulp, ensure that you co
101
108
3. Obtain the access credentials so that you can later configure Pulp to access your Azure Blob storage. You can find the access credentials
102
109
at the storage account level, at Access keys (these are automatically generated).
103
110
104
-
####Example
111
+
### Example
105
112
106
113
In this example, the storage uses a container called `pulp3` with the `pulp-account` username.
0 commit comments