fix: use global --header flag for Tigris consistency on all rclone tr… · basicmachines-co/basic-memory@0eae0e1 · GitHub
Skip to content

Commit 0eae0e1

Browse files
phernandezclaude
andcommitted
fix: use global --header flag for Tigris consistency on all rclone transactions
--header-download and --header-upload only apply to GET and PUT requests. bisync starts by listing files via S3 ListObjectsV2 — neither a download nor upload — so the consistency header was never sent on list requests. Non-US users saw stale edge-cached metadata and bisync reported "0 changes." --header is rclone's global flag that applies to ALL HTTP transactions (list, download, upload), which is a superset of the previous two flags. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 88a5b07 commit 0eae0e1

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

src/basic_memory/cli/commands/cloud/rclone_commands.py

Lines changed: 5 additions & 3 deletions

tests/test_rclone_commands.py

Lines changed: 8 additions & 9 deletions

0 commit comments

Comments
 (0)