diff --git a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/storage/s3Connection.json b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/storage/s3Connection.json index caf75cdd6c7..aca04581eaa 100644 --- a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/storage/s3Connection.json +++ b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/storage/s3Connection.json @@ -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",