fix formatting for tigris headers

Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
phernandez
2026-02-12 13:22:31 -06:00
parent 344e651693
commit 2b94d9a278
2 changed files with 4 additions and 3 deletions
@@ -31,8 +31,10 @@ MIN_RCLONE_VERSION_EMPTY_DIRS = (1, 64, 0)
# These headers bypass edge cache and force reads/writes against the origin.
# See: https://www.tigrisdata.com/docs/objects/consistency/
TIGRIS_CONSISTENCY_HEADERS = [
"--header-download", "X-Tigris-Consistent: true",
"--header-upload", "X-Tigris-Consistent: true",
"--header-download",
"X-Tigris-Consistent: true",
"--header-upload",
"X-Tigris-Consistent: true",
]