Object storage for browser direct uploads: presigned URLs, US and EU buckets
Short answer: put the files in a private bucket on an S3-compatible store, mint a short-lived presigned PUT URL on your server, and let the browser send the bytes straight to storage — that pattern is
infrai.hashnode.dev11 min read