# Pulp installer storage docs Mel's suggestions based on nightly: https://pulp-installer.readthedocs.io/en/latest/quickstart/#storage ## Introduce this better: Where is the information about non S3 and Azure storage options? Can we first describe the "default" behavior? Add this section from Pulpcore documentation as an introduction. Pulp uses django-storages to support multiple storage backends. If no backend is configured, Pulp will by default use the local filesystem. If you want to use another storage backend such as Amazon Simple Storage Service (S3), you’ll need to configure Pulp. Add a link to your Storage section for the installer into the Pulpcore documentation ## Let's change to steps for the following: ## Add section on Pulp_settings variable and its importance