The PathSlicingObjStorage was exposed in the swh.objstorage top-level,
and is no longer a default implementation.
Classes using an ObjStorage should now use the get_objstorage method.
Details
Details
- Reviewers
olasd - Group Reviewers
Reviewers - Commits
- rDOBJS38d4238e391c: Remove direct exposition of PathSlicingObjStorage
Diff Detail
Diff Detail
- Repository
- rDOBJS Object storage
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Note that __all__ only affects the objects that are available when doing from swh.objstorage import *, and that a caller can still explicitly get all the names that are defined in the module.