fix: double s3_compatible in config
This commit is contained in:
parent
31d8c3112e
commit
69fba88707
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ class DocumentSource(str, Enum):
|
||||||
R2 = "r2"
|
R2 = "r2"
|
||||||
GOOGLE_CLOUD_STORAGE = "google_cloud_storage"
|
GOOGLE_CLOUD_STORAGE = "google_cloud_storage"
|
||||||
OCI_STORAGE = "oci_storage"
|
OCI_STORAGE = "oci_storage"
|
||||||
S3_COMPATIBLE = "s3_compatible"
|
|
||||||
SLACK = "slack"
|
SLACK = "slack"
|
||||||
CONFLUENCE = "confluence"
|
CONFLUENCE = "confluence"
|
||||||
JIRA = "jira"
|
JIRA = "jira"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue