Cloudflare R2 - Generating Presigned URL
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 import ClientError
from botocore.client import Config
def create_presigned_url(bucket_name, object_...
shrwn.com.np1 min read