Shrawan Poudel
Shrawan's Blog

Shrawan's Blog

Follow
Series

Snippets


Articles in this series

Cloudflare R2 - Generating Presigned URL

Jul 15, 20221 min read 288 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...