aboutsummaryrefslogtreecommitdiff
path: root/object/id/object_format_details.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/id/object_format_details.go')
-rw-r--r--object/id/object_format_details.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/object/id/object_format_details.go b/object/id/object_format_details.go
index d0278602..4dad5871 100644
--- a/object/id/object_format_details.go
+++ b/object/id/object_format_details.go
@@ -50,8 +50,8 @@ var objectFormatTable = [...]objectFormatDetails{
},
}
-// maxObjectIDSize MUST be >= the largest supported object format size.
-const maxObjectIDSize = sha256.Size
+// MaxObjectIDSize MUST be >= the largest supported object format size.
+const MaxObjectIDSize = sha256.Size
var (
//nolint:gochecknoglobals