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

    bhavik

    03/19/2023, 6:53 AM
    Hi @HardAtWork I believe I saw that on R2 pricing page.
  • h

    HardAtWork

    03/19/2023, 6:54 AM
    Here?
  • b

    bhavik

    03/19/2023, 6:56 AM
    Yes in this page there were to pricing calculations were illustrated one for Data Storage and other for Asset Hosting.
  • b

    bhavik

    03/19/2023, 6:57 AM
    That’s the R2 billing examples section.
  • h

    HardAtWork

    03/19/2023, 6:58 AM
    Those are just examples. R2 is a single product, but you can build many different kinds of products on top of it
  • b

    bhavik

    03/19/2023, 7:00 AM
    Noted, thanks for confirming. On that note we’re looking forward to exploring and understanding what will be practical use cases for our requirements if we want to use R2 for our studio’s Data Backup and Archival solution. How do we go about understanding the full functional round trip? As well as mapping these cost calculations for our specific usage patterns?
  • h

    HardAtWork

    03/19/2023, 7:04 AM
    The API is priced in the table shown below. Class A/B ops are also shown below:
  • b

    bhavik

    03/19/2023, 7:05 AM
    Sure thanks and yes that’s accessible from the pricing page.
  • b

    bhavik

    03/19/2023, 7:05 AM
    What will allow me to ascertain if that the right solution for our business case?
  • b

    bhavik

    03/19/2023, 7:07 AM
    We’re a two years young startup studio based out of Mumbai, India. And exploring the backup and archival solution for our large and complex datasets of VFX assets and shots.
  • h

    HardAtWork

    03/19/2023, 7:07 AM
    Like a price calculator? https://pricing.ceru.dev/r2
  • h

    HardAtWork

    03/19/2023, 7:07 AM
    R2 is generally best for apps that need to expose files to the open internet
  • h

    HardAtWork

    03/19/2023, 7:08 AM
    Not to say that you can’t use it for internal archival
  • b

    bhavik

    03/19/2023, 7:09 AM
    Would you have any case studies of the VFX studios who are already using R2 services for their data backup and archival solution? And would you recommend R2 services for this use case?
  • h

    HardAtWork

    03/19/2023, 7:11 AM
    Haven’t heard of any, but that doesn’t mean there aren’t any. As for whether I would recommend R2, it would depend on how big your files are, how often you update/add files, how often you need to retrieve files, etc
  • b

    bhavik

    03/19/2023, 7:15 AM
    Sounds good, we’re dealing with various type and size of files as it involves EXR image data of 16 and 32 bit per RGBA channels as well as 3D data the involves points, polygons, volumes , textures, audio data etc so the file sizes varies from a few MBs to GBs in some cases. And we generate say about a average of a terabyte of data on daily basis. Retrieval though will be on need basis from a cloud storage like R2 as most of this data is stored and being served from the on-premise storage server over SMB/CIFS and NFSv4
  • m

    micromashor

    03/19/2023, 7:44 AM
    I probably wouldn't recommend R2 for that. If you're looking for backup/archival - there are specific services for backup and archival. R2's storage model is sort of the opposite of what it sounds like you need. R2 charges for data storage (this data storage cost is going to get out of hand quickly if you're adding 1TB every day). Look for enterprise backup services out there - they usually store your data on inexpensive magnetic tape, and charge a nominal storage fee for the warehouse space to store your tape backups.
  • m

    micromashor

    03/19/2023, 7:47 AM
    If you need regular access to your cloud-stored files, though, R2 is the cheapest of the cloud storage providers
  • b

    bkyerv

    03/19/2023, 7:53 AM
    I want to use r2 to store images that I want to render on my website. When setting up r2, there is an option to connect a custom domain. I suspect that this might help me to access the images from the domain that I connect. However, when attempting to add the domain, it says 'DNS record for this domain already exists on zone' (Code: 10056). Can someone please help me better understand the issue? Should I remove the domain from the Cloudflare website section? Why can I not connect this domain to r2?
  • c

    chientrm

    03/19/2023, 7:59 AM
    tl;dr
  • k

    Karew

    03/19/2023, 8:01 AM
    You have a DNS record already set for the subdomain you’re trying to use. Ex: you want to use
    files.example.com
    but you already have a
    files
    subdomain record set in your DNS settings. You have to remove that first
  • s

    sixfalls

    03/19/2023, 8:03 AM
    ^ you're probably not entering a subdomain, ex. just example.com. usually you'd want to put it on something else like above, files.example.com
  • b

    bkyerv

    03/19/2023, 8:03 AM
    but I added it in the first place for another purposes. If I remove it it would defeat the initial purpose. is there any other way without removing?
  • s

    sixfalls

    03/19/2023, 8:04 AM
    the custom domain lets you access the files from your own domain. if you have a file, a.png that you want to serve on your website, www.example.com, you can create a custom domain to, lets say, files.example.com. you'd then be able to add an image on www.example.com pointing to files.example.com/a.png.
  • b

    bkyerv

    03/19/2023, 8:05 AM
    ohhh, I see. let my try. thank you
  • d

    dav1d

    03/19/2023, 7:58 PM
    So I looked into migrating from my current storage provider to R2, it's not that simple because I have a lot of object metadata. Are there any plans to extend the R2 Migrator to non AWS S3 compatible storage providers or do I have to build my own solution?
  • h

    heartz

    03/20/2023, 1:21 AM
    I am attempting to configure Cloudflare for SaaS (custom hostnames) to work with an R2 bucket as a fallback origin. However, I encounter an error page when trying to access the R2 bucket from the custom hostname, which has already been validated. Do you guys have any suggestions for me?
  • m

    morpig

    03/20/2023, 3:18 AM
    you can't. u need to use workers & write some code
  • m

    morpig

    03/20/2023, 3:18 AM
    then you'll route the custom hostname to that worker
  • k

    Karew

    03/20/2023, 4:53 AM
    You would need to test this before committing, but I believe s3cmd and Rclone both currently support migrating metadata, if you wanted to do your own custom migration
1...951952953...1050Latest