🩹(summary) use the right s3 env variable
I use 'url' instead of the 'endpoint' as desired. Leading the Minio client to fail connecting to the bucket. Fixed it!
This commit is contained in:
committed by
aleb_the_flash
parent
35741a1bc1
commit
50146e95f4
@@ -240,7 +240,7 @@ celery:
|
|||||||
AWS_S3_ENDPOINT_URL:
|
AWS_S3_ENDPOINT_URL:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: meet-media-storage.bucket.libre.sh
|
name: meet-media-storage.bucket.libre.sh
|
||||||
key: url
|
key: endpoint
|
||||||
AWS_S3_ACCESS_KEY_ID:
|
AWS_S3_ACCESS_KEY_ID:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: meet-media-storage.bucket.libre.sh
|
name: meet-media-storage.bucket.libre.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user