From c32ddfff1a942682679df184cbaf0a529328f39b Mon Sep 17 00:00:00 2001 From: 57_Wolve Date: Wed, 18 Mar 2026 09:46:55 -0500 Subject: [PATCH] Update stage constants for ongoing requests Fix issue with incompatible S3 response for offline and staging status. Resolves issue with Restic Glacier support. --- backend/scoutfs/scoutfs_compat.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/scoutfs/scoutfs_compat.go b/backend/scoutfs/scoutfs_compat.go index 145290c1..a3fa703f 100644 --- a/backend/scoutfs/scoutfs_compat.go +++ b/backend/scoutfs/scoutfs_compat.go @@ -114,8 +114,8 @@ func New(rootdir string, opts ScoutfsOpts) (*ScoutFS, error) { const ( stageComplete = "ongoing-request=\"false\", expiry-date=\"Fri, 2 Dec 2050 00:00:00 GMT\"" - stageInProgress = "true" - stageNotInProgress = "false" + stageInProgress = "ongoing-request=\"true\"" + stageNotInProgress = "ongoing-request=\"false\"" ) const (