mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
fix formatting for tigris headers
Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user