Enhance S3 Connection Schema: Add default values for container filter pattern (#21659)

This commit is contained in:
Ayush Shah 2025-06-09 21:18:57 +05:30 committed by GitHub
parent cf24c31108
commit e2aaf322b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,11 @@
"containerFilterPattern": {
"description": "Regex to only fetch containers that matches the pattern.",
"$ref": "../../../../type/filterPattern.json#/definitions/filterPattern",
"title": "Default Storage container Filter Pattern"
"title": "Default Storage container Filter Pattern",
"default": {
"includes": [],
"excludes": ["_SUCCESS"]
}
},
"supportsMetadataExtraction": {
"title": "Supports Metadata Extraction",