https://discord.cloudflare.com logo
Join Discord
Powered by
# r2
  • a

    Adam Gamble

    05/02/2022, 6:25 PM
    is there any plan to allow a bucket to be public without the need for workers?
  • a

    Adam Gamble

    05/02/2022, 6:26 PM
    It feels like the current use case of "I just want this bucket to serve static files" is adding cost and complexity by forcing a worker to be bound to it to handle access
  • v

    Vitali

    05/02/2022, 6:29 PM
    There is, just not for open beta at this time
  • a

    Adam Gamble

    05/02/2022, 6:30 PM
    oh ok gotcha
  • a

    Adam Gamble

    05/02/2022, 6:30 PM
    thats helpful to know
  • a

    adaptive

    05/02/2022, 7:08 PM
    My dashboard reseted but the PUTs still are going up. Where should I send my screen recording?
  • i

    itsmatteomanf

    05/02/2022, 7:12 PM
    Here if you can share what’s on screen!
  • i

    itsmatteomanf

    05/02/2022, 7:12 PM
    Alternatively DM @Vitali 🙂
  • a

    adaptive

    05/02/2022, 7:14 PM
    Can't share here.
  • i

    itsmatteomanf

    05/02/2022, 7:14 PM
    Then DM him 🙂
  • v

    Vitali

    05/02/2022, 9:18 PM
    We've decided the region name should be called
    auto
    instead of the much cooler
    earth
    . Sorry for the churn.
  • w

    Walshy | Pages

    05/02/2022, 9:19 PM
    Mars confirmed
  • i

    Isaac McFadyen | YYZ01

    05/02/2022, 9:20 PM
    Or Starlink? 🙂
  • t

    trbodev

    05/02/2022, 9:22 PM
    dang...
  • t

    trbodev

    05/02/2022, 9:22 PM
  • t

    trbodev

    05/02/2022, 9:28 PM
    very compelling (just saw the pricing page go up so i thought id compare)
  • e

    Erisa | Support Engineer

    05/02/2022, 10:25 PM
    Hmm I was trying to see if it was possible to combine R2 with Cloudflare Image Resizing but it seems that isn't possible from within the same Worker since that relies on
    fetch
    properties specifically and thus won't work with an
    R2.get
    - is this something that might be possible to become a thing in the future?
  • e

    Erisa | Support Engineer

    05/02/2022, 10:26 PM
    I know one answer at that point is "Just use Cloudflare Images" and to be honest I probably will, but the flexibility of R2 is something that I was interested in also
  • e

    Erisa | Support Engineer

    05/02/2022, 10:31 PM
    It does work if you visit the
    /cdn-cgi/image/
    of a Worker that's serving the raw file though, and I suppose it would be possible to combine two Workers to do this, I just had hoped there would be an easier way
  • v

    Vitali

    05/02/2022, 10:57 PM
    I don't really understand the question
  • v

    Vitali

    05/02/2022, 10:57 PM
    And I'm not too familiar with image resizing
  • e

    Erisa | Support Engineer

    05/02/2022, 10:59 PM
    From within a worker you can resize an image at the same time as fetching it: https://developers.cloudflare.com/images/image-resizing/resize-with-workers/ I was musing that it would be nice to be able to fetch an image from R2 and resize that from within a Worker as well
  • v

    Vitali

    05/02/2022, 11:01 PM
    Ah gotcha. Will add it to the backlog
  • e

    Erisa | Support Engineer

    05/02/2022, 11:05 PM
    No worries, thanks
  • i

    ImJasonH

    05/03/2022, 12:56 AM
    Hey 👋 I just started trying out Workers and R2 today, and I've somehow already managed to hit a mysterious
    Error: internal error
    🙃 . Is there any way to diagnose this any further?
  • j

    James

    05/03/2022, 12:58 AM
    Could you share your code? I don’t think there’s any more public facing error details unfortunately, but we might be able to spot an issue if you can share the implementation 👍
  • i

    Isaac McFadyen | YYZ01

    05/03/2022, 12:58 AM
    ^
  • i

    ImJasonH

    05/03/2022, 12:59 AM
    Sure thing. Is there a GitHub handle I should share with?
  • j

    James

    05/03/2022, 1:00 AM
    Feel free to add
    Cherry
    - I’m not on the team but happy to take a look if you’re comfortable sharing
  • k

    kian

    05/03/2022, 1:00 AM
    get
    on a non-existent object still internal error's my Worker - could be that?
1...103104105...1050Latest