Shrawan Poudel
Shrawan's Blog

Shrawan's Blog

Follow
Follow
homeSnippetsDjangoTheRightWay.comContact Menewsletter
Tag

cloudflare

#cloudflare

More content

Read more stories on Hashnode


Articles with this tag

Cloudflare R2 - Generating Presigned URL

Jul 15, 20221 min read349 views

Since, cloudflare R2 is compatible with S3 API, we can simply use boto3 to work with R2 as wll import logging import boto3 from botocore.exceptions...

Cloudflare R2 - Generating Presigned URL