diff --git a/backend/union/union.go b/backend/union/union.go index 262fa6d0e..c87b6e2d7 100644 --- a/backend/union/union.go +++ b/backend/union/union.go @@ -902,7 +902,7 @@ func NewFs(ctx context.Context, name, root string, m configmap.Mapper) (fs.Fs, e ReadMetadata: true, WriteMetadata: true, UserMetadata: true, - // PartialUploads: true // this causes the fs/sync tests to fail + PartialUploads: true, }).Fill(ctx, f) canMove, slowHash := true, false for _, f := range upstreams {