přidán soubor S3 Storage Module

přidán kod, pro nastavení uložiště S3
This commit is contained in:
Archos 2024-01-28 07:26:58 +00:00
parent 38046048f0
commit 3661b1a575
1 changed files with 11 additions and 0 deletions

11
S3 Storage Module Normal file
View File

@ -0,0 +1,11 @@
media_storage_providers:
- module: s3_storage_provider.S3StorageProviderBackend
store_local: True
store_remote: True
store_synchronous: True
config:
bucket: <S3_BUCKET_NAME>
region_name: <S3_REGION_NAME>
endpoint_url: <S3_LIKE_SERVICE_ENDPOINT_URL>
access_key_id: <S3_ACCESS_KEY_ID>
secret_access_key: <S3_SECRET_ACCESS_KEY>