Oct 3, 2022Pre-signed URLs & CORS on Cloudflare R2Cloudflare R2 recently added support for pre-signed URLs. These can be used to generate a temporary link for granting public read or write access to a bucket. A great use case for a pre-signed URL is to support client-side uploads. You can fetch the short lived pre-signed URL on the…R22 min readR22 min read
Feb 17, 2021Uploading to the Raspberry Pi Pico without ThonnyThonny is the recommended way of working with a Pico and MicroPython as it has built-in support for running and uploading files. However, I wanted to use Visual Studio Code as my code editor and upload files via the command line instead. …Raspberry Pi2 min readRaspberry Pi2 min read