Merge pull request #1978 from 57-Wolve/57-Wolve-patch-s3-glacier-response

Update scoutfs glacier stage constants for ongoing requests
This commit is contained in:
Ben McClelland
2026-03-18 10:25:06 -07:00
committed by GitHub
+2 -2
View File
@@ -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 (