uppy/packages
Prakash 828b8df284
Use fetcher in s3mini for progress and retries with backoff (#6155)
Cherry-picked as the previous branch got messy ( from last PR )

- XHR-based uploads using `@uppy/utils/fetcher`
- Silent offline detection (without treating it as an error) with
automatic resume ( inspired from old plugin code )
- Retry with backoff using fetcher defaults:
  - Max retries: 3
  - Delays: 300ms → 600ms → 1200ms
  - Retries on 5xx and 429; skips other 4xx errors
- S3 Error Mappings
2026-06-17 13:54:47 +05:30
..
@uppy Use fetcher in s3mini for progress and retries with backoff (#6155) 2026-06-17 13:54:47 +05:30
uppy implement minimal aws-s3 plugin (#6151) 2026-06-17 13:54:47 +05:30