lib-af-s3storage/lib_afc_s3storage/__init__.py

9 lines
225 B
Python
Raw Permalink Normal View History

2023-12-03 01:40:04 +00:00
"""
lib_afc_s3storage
---------------------------------------------
A Python library for managing S3 object storage
"""
from lib_afc_s3storage.s3storage import S3Storage
from lib_afc_s3storage.afs3exception import AFS3Error