Add S3 static page generator for bucket browsing
All checks were successful
continuous-integration/drone/push Build is passing

Implement Python-based generator that creates static HTML index pages for browsing S3 bucket contents. The generator produces nginx-style directory listings with hierarchical navigation.
This commit is contained in:
nemunaire 2026-01-06 16:56:40 +07:00
commit 459388fe60
6 changed files with 687 additions and 0 deletions

4
requirements.txt Normal file
View file

@ -0,0 +1,4 @@
boto3==1.34.27
jinja2==3.1.3
python-dateutil==2.8.2
botocore==1.34.27