Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate S3FileAdmin from boto to boto3 #2278

Open
tgross35 opened this issue Jul 20, 2022 · 0 comments
Open

Migrate S3FileAdmin from boto to boto3 #2278

tgross35 opened this issue Jul 20, 2022 · 0 comments

Comments

@tgross35
Copy link

Boto is no longer maintained, and has been replaced by boto3. This is described on the two project pages: https://github.com/boto/boto and https://github.com/boto/boto3. However, flask-admin still relies on the older boto:

Could not import boto. You can install boto by using pip install boto

The migration is fairly straightforward

https://boto3.amazonaws.com/v1/documentation/api/latest/guide/migration.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant