mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
update inspect export, which was missed from #20846
This commit is contained in:
@@ -289,7 +289,7 @@ func (x xlMetaInlineData) json() ([]byte, error) {
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
xlHeaderVersion = 2
|
xlHeaderVersion = 2
|
||||||
xlMetaVersion = 1
|
xlMetaVersion = 3
|
||||||
)
|
)
|
||||||
|
|
||||||
func decodeXLHeaders(buf []byte) (versions int, b []byte, e error) {
|
func decodeXLHeaders(buf []byte) (versions int, b []byte, e error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user