mirror of
https://github.com/versity/versitygw.git
synced 2026-08-17 12:46:23 +00:00
Update stage constants for ongoing requests
Fix issue with incompatible S3 response for offline and staging status. Resolves issue with Restic Glacier support.
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user