S3¶
or any S3 compatible storage.
Preparations¶
Create a bucket¶
Create a bucket on S3 compatible storage. Put the bucket name in S3_BUCKET configuration.
Create access key¶
Create an access key on S3 compatible storage. Put the access key and secret key in S3_ACCESS_KEY and S3_SECRET_KEY configuration.
Configuration¶
STORAGE¶
Append S3. For more information, see Configuration.
S3_ENDPOINT¶
The endpoint URL of S3 compatible storage. Without http:// or https://.
Default: s3.amazonaws.com
S3_ACCESS_KEY¶
Required
Access key of S3 compatible storage.
S3_SECRET_KEY¶
Required
Secret key of S3 compatible storage.
S3_SECURE¶
Whether to use HTTPS.
Default: True
S3_REGION¶
Region of S3 compatible storage.
If you are using self-hosted services like MinIO, you can set this to null.
Default: null
S3_BUCKET¶
Bucket name of S3 compatible storage.
Default: nazurin