11 Replies
yeep, afaik its 1k for free and 3.5k for paid, and ents can request more pretty easily
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
sounds easy enough as a version/manifest/hash for software
not in the realm of b64 data in a record though haha
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
What did you use to upload directly? If you're using Node, the best way is probably the AWS SDK for JavaScript
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Oh you used the web admin
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Uploading files via a Worker would be a very roundabout way, you should probably use the AWS SDK https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/s3-node-examples.html
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
R2's API mimics the official AWS S3 API, but you connect to Cloudflare instead