-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
ExtensionsTickets that we believe should be extensionsTickets that we believe should be extensions
Description
Following on from, but not necessarily looking to revive: #474
It would be very useful for a repository manager to know how big an OCFL object and its component binary files are on disk. It affects a lot of decisions we're likely to make regarding how to handle the object and its component files.
Given the processing work required to generate the checksum, it seems like an opportunity to include the file size of a binary file represented by a given checksum. A key akin to the 'fixity' key, containing an array of key value pairs, might allow this, e.g.
"size": {
"4d27c8...b53": "1213131",
"7dcc35...c31": "83488484",
"cf83e1...a3e": "0",
"ffccf6...62e": "85834853845384422"
}
Metadata
Metadata
Assignees
Labels
ExtensionsTickets that we believe should be extensionsTickets that we believe should be extensions