Using an NFS Server
AWS
When using AWS, an existing Elastic File System or EFS must be set up. Based on your EFS, fill in the following values:Azure
When using Azure, a Network File System or NFS server must be set up. Based on your NFS server, fill in the following values:Using a CDN
Set the following value to"cdn" to use a Content Delivery network or CDN, and fill in the remaining values based on the provider that you want to use.
Using Amazon S3
You can start by creating an S3 bucket and IAM user to configure the following details.
A secret must be set up for setting the
AWS_SECRET_ACCESS_KEY environment variable.
Using Google GCS
A secret must be set up for setting the
GCS_CREDENTIALS environment variable.
The value of the
GCS_CREDENTIALS should be a JSON formatted string, containing the following keys.
Using Microsoft Azure
A secret must be set up for setting the
AZURE_STORAGE_ACCESS_KEY environment variable.
Using Amazon S3 Compatible Service
To use an S3 compatible service such as DigitalOcean Spaces, Minio, etc.
A secret must be set up for setting the
STORAGE_SECRET_ACCESS_KEY environment variable.
Set force_path_style to true if using minio.