pallets-eco / flask-admin

Simple and extensible administrative interface framework for Flask
https://flask-admin.readthedocs.io
BSD 3-Clause "New" or "Revised" License
5.69k stars 1.56k forks source link

S3FileAdmin runs on (old) boto. #2347

Open israel-oye opened 1 year ago

israel-oye commented 1 year ago

https://github.com/flask-admin/flask-admin/blob/46d5a6ee5dd4d298c8824047a4cd9f7cc404348a/flask_admin/contrib/fileadmin/s3.py#L4

boto is no more maintained and it has been replaced by the latest boto3 library. I'm surprised that this issue has not been raised earlier but I guess not many people use the S3FileAdmin layer for their Flask-Admin. I would be happy to contribute to updating the S3FileAdmin add-on but I need to get a hang of it's documentation. Added to my to-do! I'm sure @metadaddy will be willing to help.