Skip to content

Commit bd6213f

Browse files
committed
chore: add note to object_path config
1 parent 02bbf0a commit bd6213f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

router/pkg/config/config.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
},
326326
"object_path": {
327327
"type": "string",
328-
"description": "The path to the execution config in the storage provider. The path is used to download the execution config from the storage provider."
328+
"description": "The path to the execution config in the storage provider. The path is used to download the execution config from the storage provider. If the path ends with `.zst` (zstd compressed) or `.gz` (gzip compressed), the file will be decompressed before reading."
329329
}
330330
}
331331
}

0 commit comments

Comments
 (0)