Installation
You can download FlaskS3Viewer executable and binary distributions from PyPI
Support versions
Since v1.0, FlaskS3Viewer targets a modern Flask 3 / boto3 1.34 baseline.
Type |
Name |
Version |
|---|---|---|
Runtime |
Python |
>=3.10 |
Library |
boto3 |
>=1.34.0 |
Library |
Flask |
>=3.0,<4 |
The optional Google OAuth integration requires the [auth] extra:
pip install "flask_s3_viewer[auth]" # adds Authlib >=1.3.1
Using pip
pip install flask_s3_viewer