https://discord.cloudflare.com logo
Join DiscordCommunities
Powered by
# r2
  • e

    Erisa | Support Engineer

    03/22/2023, 9:32 PM
    The HAR of the failing dashboard request would have been the thing I'd have asked for if I was on chat shift, because we can send that to engineers and have them investigate
  • l

    levifig

    03/22/2023, 9:32 PM
    absolutely
  • e

    Erisa | Support Engineer

    03/22/2023, 9:32 PM
    But either way yeah its most likely that incident, give it a shot again once its resolved
  • l

    levifig

    03/22/2023, 9:33 PM
    I sent it because I know that having the traces from the HTTP500 can be super helpful to debug the failed requests 💪
  • e

    Erisa | Support Engineer

    03/22/2023, 9:33 PM
    Yep 🙂
  • l

    levifig

    03/22/2023, 9:33 PM
    thanks for the update on that btw 🙏
  • l

    levifig

    03/22/2023, 9:45 PM
    FIXED 🎉
  • l

    levifig

    03/22/2023, 9:45 PM
    https://www.cloudflarestatus.com/incidents/tpfwfflgrq5x
  • b

    bkyerv

    03/23/2023, 7:37 AM
    Can someone please suggest what the best way is to request multiple (say 200) pictures (.jpg) I have uploaded to the r2 so that I can render them on the display simultaneously. I can currently request only one picture per request. I am aware about
    list
    method but am not sure how to use it so that it return 200 pictures at once.
  • h

    HardAtWork

    03/23/2023, 7:48 AM
    Don’t think you can request multiple images simultaneously
  • b

    bkyerv

    03/23/2023, 7:49 AM
    then what would be a better service to do so? images?
  • h

    HardAtWork

    03/23/2023, 7:50 AM
    No, I mean, without custom client JS, and concatenating 200 files together, then I don’t think browsers support that
  • h

    HardAtWork

    03/23/2023, 7:51 AM
    As in, unless you are willing to go for a very hacky solution, then it would be easier to just do it in individual requests, and loading them on scroll
  • b

    bkyerv

    03/23/2023, 7:53 AM
    I truly lack an understanding of the benefits of using r2. It seems that it does not offer the ability to perform conditional queries like databases, nor can I retrieve multiple files simultaneously. I am curious about the original purpose of building object storage services such as S3 or r2. I hope this doesn't come across as criticism, but rather as a genuine desire to gain a better understanding.
  • h

    HardAtWork

    03/23/2023, 7:56 AM
    The big thing is that, while you could probably store small files in a database, once you get to larger than a few MBs, it would probably have a negative performance impact
  • b

    bkyerv

    03/23/2023, 7:56 AM
    @HardAtWork any chance you know what services like dropbox use to store files? do they use dbs or object storages? if object storages, how do they render multiple images at once?
  • h

    HardAtWork

    03/23/2023, 7:57 AM
    Almost certainly object storages, and iirc, they still use multiple requests, but just run them in parallel
  • l

    levifig

    03/23/2023, 9:19 AM
    Is there a way to do website hosting from R2, like on S3?? I mean, basically assume the
    index.html
    on a path without any specified object, for example… 🤔
  • c

    chientrm

    03/23/2023, 9:20 AM
    a redirect from
    /
    to
    /index.html
    😐
  • s

    sabri ben marzouk

    03/23/2023, 9:36 AM
    greetings everybody
  • s

    sabri ben marzouk

    03/23/2023, 9:36 AM
    i am currently running S3 object storage using MINIO and i want to migrate to R2
  • s

    sabri ben marzouk

    03/23/2023, 9:38 AM
    when i try to use R2-migrator , it never allows me
  • s

    sabri ben marzouk

    03/23/2023, 9:39 AM
    it always says "The connection cannot be verified. Check the following and try again."
  • h

    HardAtWork

    03/23/2023, 9:40 AM
    The R2 Migrator currently only supports AWS S3 storage for migration
  • s

    sabri ben marzouk

    03/23/2023, 9:40 AM
    well
  • s

    sabri ben marzouk

    03/23/2023, 9:41 AM
    thank you so much
  • s

    sabri ben marzouk

    03/23/2023, 9:41 AM
    perhaps i should turn MINIO into S3 gateway
  • h

    HardAtWork

    03/23/2023, 9:41 AM
    No, it has to be an actual S3 bucket to work.
  • s

    sabri ben marzouk

    03/23/2023, 9:41 AM
    well in that case
  • s

    sabri ben marzouk

    03/23/2023, 9:41 AM
    it is
1...956957958...1050Latest