In swh.storage, content_get only deals with list of sha1s.
Also, no check on the db takes place.
Improve the implementation to :
- permitsmprove the storage implementation to permit the user of other checksums as filter (only sha1 because only objstorage is used at the moment)
- filter contents through dbatm)