feat: Moving S3 from AWS to minio

This commit is contained in:
Josepablo C
2024-09-28 21:33:22 -06:00
parent 5b4318fa6e
commit bad210fc0b
7 changed files with 69 additions and 89 deletions

View File

@@ -21,12 +21,18 @@
"date":"03/2024"
},
"S3" : {
"accessKeyId": "AKIAXTQEUF6MLCHTUIKW",
"secretAccessKey": "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",
"bucket": "enruta",
"bucket": "etaviaporte",
"load_attachments_key":"loadattachments",
"news_key":"news",
"region": "us-west-1"
"driver":{
"minio":{
"endPoint": "api.minio.etaviaporte.jcruzbaas.com",
"port": 443,
"useSSL": true,
"accessKey": "Ygw68RydX2mvktAwjFEj",
"secretKey": "FERMPPXAu68YWgu4enWUeZPINRcjIrhw8BaQM6ur"
}
}
},
"sendgrid" : {
"HOST": "smtp.sendgrid.net",