Access R2 Storage from Cloudflare Workers: Step-by-Step Guide

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

Комментарии • 8

  • @vanchien5874
    @vanchien5874 Год назад +5

    This is really tough since there are too few documents or tutorials about this.

    • @vanchien5874
      @vanchien5874 Год назад +5

      Not to mention, the current version of wrangler does not work like this anymore.

    • @kurdishpotato1707
      @kurdishpotato1707 11 месяцев назад

      @@vanchien5874 totally agreed, this is not really helping.

  • @evoteck7273
    @evoteck7273 3 месяца назад +1

    Does this mean the workers are going to be a separate service that will be deployed on cloudflare then i can communicate with the generated url from my backend?, Because initially i tried creating the worker on my nestjs backend and i think i'm missing out on some steps which the docs doesn't cover for

  • @sunderlicious2746
    @sunderlicious2746 10 месяцев назад

    This was super useful. Thank you!

  • @ninjamer2233
    @ninjamer2233 10 месяцев назад

    Still very useful! Good Job

  • @critical-games
    @critical-games 11 месяцев назад

    Can I connect these workers and storage with node.js backend? and send requests to get photos from the storage?

  • @raiyansarker
    @raiyansarker Год назад

    How can I access environment variables inside testing file using vitest?