mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 14:10:25 +03:00
xl-meta: update metadata version (#15958)
This commit is contained in:
@@ -465,7 +465,7 @@ func (x xlMetaInlineData) files(fn func(name string, data []byte)) error {
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
xlHeaderVersion = 2
|
xlHeaderVersion = 2
|
||||||
xlMetaVersion = 1
|
xlMetaVersion = 2
|
||||||
)
|
)
|
||||||
|
|
||||||
func decodeXLHeaders(buf []byte) (versions int, b []byte, err error) {
|
func decodeXLHeaders(buf []byte) (versions int, b []byte, err error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user