mkrepo
mkrepo copied to clipboard
Make boto3 a soft requirement
Right now boto3 is a hard requirement, because it's included on top of storage.py.
It may not be needed in every case, especially when generating repositories locally. So the S3Storage class should load boto3 library on first instantiation.