Simple file upload service backed by Cloudflare R2
Go to file
Jeff Emmett 51529e4dad feat: Support multi-file uploads with batch progress and results
Frontend now accepts multiple files via drag-drop or browse, uploads
them sequentially with per-file progress tracking, and shows batch
results with "Copy all URLs". Includes 429 rate-limit auto-retry.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 15:09:13 -04:00
cli feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
internal fix: Buffer simple uploads for R2 Content-Length requirement 2026-03-23 11:55:03 -07:00
web feat: Support multi-file uploads with batch progress and results 2026-04-07 15:09:13 -04:00
.env.example feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
.gitignore feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
Dockerfile feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
docker-compose.prod.yml fix: Add Infisical network to docker-compose.prod.yml 2026-03-23 10:01:36 -07:00
docker-compose.yml feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
entrypoint.sh feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
go.mod feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
go.sum feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
main.go feat: Add download page with view/download buttons 2026-03-23 10:36:05 -07:00