Commit graph

3 commits

Author SHA1 Message Date
3ba404dc69 Also deploy on cron event
All checks were successful
continuous-integration/drone/push Build is passing
2026-01-26 17:07:40 +08:00
26383b76cb Filter out index.html files from directory listings
All checks were successful
continuous-integration/drone/push Build is passing
Exclude generated index.html files when building the directory tree to prevent them from appearing in the listings. Since the generator deploys index.html files to the same bucket, they would otherwise show up as regular files in subsequent runs.
2026-01-06 19:01:58 +07:00
459388fe60 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.
2026-01-06 17:04:05 +07:00