mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 03:46:25 -06:00
Fixes #12142: Add S3Backend to __all__
This commit is contained in:
parent
8823cb582f
commit
caaa28cb9a
@ -20,6 +20,7 @@ from .exceptions import SyncError
|
|||||||
__all__ = (
|
__all__ = (
|
||||||
'LocalBackend',
|
'LocalBackend',
|
||||||
'GitBackend',
|
'GitBackend',
|
||||||
|
'S3Backend',
|
||||||
)
|
)
|
||||||
|
|
||||||
logger = logging.getLogger('netbox.data_backends')
|
logger = logging.getLogger('netbox.data_backends')
|
||||||
|
Loading…
Reference in New Issue
Block a user