MythEclipse
  • Joined on 2026-05-13
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 05:44:17 +00:00
3f541121f5 fix: yield microtask after Promise.race in backpressure check
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 05:28:07 +00:00
1a38b32fbc feat: concurrent chunk uploads within single file
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 05:23:46 +00:00
b034c3131d chore: trigger deploy for TELEGRAM_CHUNK_SIZE_BYTES=48MB
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 05:13:45 +00:00
d8b8a1381d chore: increase Telegram chunk size to 48MB (max ~49MB)
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 03:09:27 +00:00
b0c5327bb3 fix: add content_type column to multipart_uploads migration
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 02:57:49 +00:00
e3e7430ce0 fix: zero-downtime deploy with --wait flag + fallback
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 02:23:27 +00:00
d8b1878a75 fix: add ETag and headers to 304 Not Modified responses
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 02:19:59 +00:00
e50e297e79 fix: add ETag and headers to 304 Not Modified responses
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 02:16:10 +00:00
888af45a7f fix: normalizeUri SigV4 trailing slash + cleanup debug logs
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 02:14:27 +00:00
cd9852a5ec fix: preserve trailing slashes in normalizeUri for SigV4
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 02:08:19 +00:00
c18b9d265b fix: preserve trailing slash in SigV4 canonical URI
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 02:03:52 +00:00
66c4247e64 debug: add SigV4 mismatch logging with expected vs received signature
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 01:56:11 +00:00
9bc2f22589 fix: strip trailing slash in SigV4 canonical URI
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 01:54:14 +00:00
f9484738db debug: add SigV4 canonical request logging for troubleshooting
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 01:50:06 +00:00
2882247ad3 fix: add catch-all S3 route for path-style requests (/{bucket}/{key})
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 01:41:03 +00:00
d8da2044b2 fix: S3→Telegram upload pipeline — OOM, queue limits, shutdown drain, timeouts
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 01:22:53 +00:00
de7d276245 fix: round 2 S3 audit — CRITICAL SigV4 payload hash bug, timeouts, Content-MD5/Length validation
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 01:15:13 +00:00
e1e228430f chore: add pre-commit hook with husky — wajib lint pass sebelum commit
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 01:02:36 +00:00
af160e0f33 fix: audit S3 protocol — 15+ security & correctness fixes
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-07-29 00:30:38 +00:00
f5d56f52d4 chore: fix lint errors — noBannedTypes, import ordering, formatting