I need to write a cloud function to copy a file from google cloud storage to R2 storage. There is a

I need to write a cloud function to copy a file from google cloud storage to R2 storage. There is a Dart package for accessing any S3 compatible storage but I am wondering if a cloudflare worker could do the file copy more easily than running Dart code in google cloud Run could do it? Can a cloudflare worker do the file copy?
Was this page helpful?