ragflow/rag
湛露先生 fd97ce3e5a
fix s3 init config . (#8886)
### What problem does this PR solve?

when``` if 'signature_version' in self.s3_config:``` and ```if
'addressing_style' in self.s3_config:``` both true.
the config init is error, will be overwrite by last one. 

this pr is for fix that case.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
2025-07-17 12:10:15 +08:00
..
app Fix: fixed invalid save() arguments for slide thumbnails (#8851) 2025-07-15 17:19:45 +08:00
llm Refa: Remove useless conver and fix a bug for DefaultRerank (#8887) 2025-07-17 12:09:50 +08:00
nlp Fix: no chunks parsed out for Law (#8842) 2025-07-15 13:01:56 +08:00
prompts Refa: refactor prompts into markdown-style structure using Jinja2 (#8667) 2025-07-04 15:59:41 +08:00
res Perf: ignore concate between rows. (#8507) 2025-06-26 14:55:37 +08:00
svr Perf: set timeout of some steps in KG. (#8873) 2025-07-16 18:06:03 +08:00
utils fix s3 init config . (#8886) 2025-07-17 12:10:15 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
benchmark.py Refactor embedding batch_size (#3825) 2024-12-03 16:22:39 +08:00
prompt_template.py Refa: refactor prompts into markdown-style structure using Jinja2 (#8667) 2025-07-04 15:59:41 +08:00
prompts.py Perf: set timeout of some steps in KG. (#8873) 2025-07-16 18:06:03 +08:00
raptor.py Perf: make do_cancel quicker. (#8846) 2025-07-15 14:35:00 +08:00
settings.py Feat: make document parsing and embedding batch sizes configurable via environment variables (#8266) 2025-06-16 13:40:47 +08:00