⚰️(storage) remove S3 media storage

Unused for now and not clear if we will need it later.
This commit is contained in:
Quentin BEY
2025-08-26 17:00:25 +02:00
parent 86bcebadf8
commit 697b040a40
17 changed files with 2 additions and 322 deletions
-3
View File
@@ -126,9 +126,6 @@ jobs:
DB_PASSWORD: pass
DB_PORT: 5432
STORAGES_STATICFILES_BACKEND: django.contrib.staticfiles.storage.StaticFilesStorage
AWS_S3_ENDPOINT_URL: http://localhost:9000
AWS_S3_ACCESS_KEY_ID: conversations
AWS_S3_SECRET_ACCESS_KEY: password
steps:
- name: Checkout repository