Clarification needed on confusing documentation on R2 Bindings for pre-signed URLS
I'm trying to follow this documentation which seems to infer that I can generate a presigned url from a binding by passing no values for bucket id or key id to the url request. However, the resulting url is missing these in the url as well. Is this documentation actually correct?
https://developers.cloudflare.com/r2/api/s3/presigned-urls/#presigned-url-alternative-with-workers
Cloudflare Docs
Presigned URLs · Cloudflare R2 docs
Presigned URLs are an S3 concept ↗ for sharing direct access to your bucket without revealing your token secret. A presigned URL authorizes anyone with the URL to perform an action to the S3 compatibility endpoint for an R2 bucket. By default, the S3 endpoint requires an AUTHORIZATION header signed by your token. Every presigned URL has S3 param...
0 Replies