swh.objstorage.constants module#
- swh.objstorage.constants.ID_HEXDIGEST_LENGTH = 40#
Size in bytes of the hash hexadecimal representation.
- swh.objstorage.constants.ID_DIGEST_LENGTH = 20#
Size in bytes of the hash
- swh.objstorage.constants.DEFAULT_LIMIT = 10000#
Default number of results of
list_content
.