Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
liormizr authored Apr 25, 2024
1 parent 53d4bd3 commit 1f95cc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion s3path/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
__version__ = '0.5.6'
__all__ = (
'register_configuration_parameter',
'configuration_map',
'StatResult',
'PureS3Path',
'S3Path',
Expand All @@ -29,8 +30,9 @@
StatResult,
S3Path,
PureS3Path,
_s3_accessor,
VersionedS3Path,
PureVersionedS3Path,
configuration_map,
register_configuration_parameter,
)
configuration_map = _s3_accessor.configuration_map

0 comments on commit 1f95cc0

Please sign in to comment.