Put the files on Cloudflare R2: it's free. They don't charge for outbound traffic, just the number of GB's you're storing. Free tier is 10GB storage, 1million requests.
It's S3 compatible, so you can also do presigned URLs to make sure anyone downloading the files are authenticated first.
Put the files on Cloudflare R2: it's free. They don't charge for outbound traffic, just the number of GB's you're storing. Free tier is 10GB storage, 1million requests.
It's S3 compatible, so you can also do presigned URLs to make sure anyone downloading the files are authenticated first.
Thank you very much. I didn’t cloudflare have free bandwidth. I’ll move to this.