Downgrade to ObjectiveFs 7.0 again as noocache still causes many 2-byte responses from S3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-03 23:09:29 +02:00
parent 3fed10ea16
commit 171db1ddc7
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -62,8 +62,8 @@ type ofsDriver struct {
defMountSnapshots bool
}
var version = "1.2"
var objfsVersion = "7.2"
var version = "1.3"
var objfsVersion = "7.0"
const (
volumeBucket = "volumes"