Who do you use for content delivery? (If that is even the right phrase)
-
@Obsolesce said in Who do you use for content delivery? (If that is even the right phrase):
@JasGot said in Who do you use for content delivery? (If that is even the right phrase):
From the end user:
For all file types, my maximum upload file size with the host is 10 MB. Images: jpeg Quantity: unlimited Avg. size: 1 MB, not more than 2 Videos don’t get loaded up to the website, we just link to our YouTube channel and are able to embed videos from there. Other: pdf Quantity: unlimited Avg. size: Truly such a variation. Presently, the number of things on our website above 10 MB is extremely limited because we have to get specific permission every time to upload a larger file, and even then it’s only a bit more than 10. We have some epub/pdf files we’d like to add that are huge. The best example is a picture book. We’d probably separate it into two files (Old and New ), but even reduced as much as possible, those files are 18 MB and 25 MB.
Those sound like limits set in web/php config or other platform config. But yeah, you need some public storage with enough bandwidth, I don't see a need for CDN since no other requirements were mentioned.
You can pick the region for most solutions. But if you store data in another region, then you may be obligated to follow local policies like GDPR for example.
But as Scott said, need more data to know what to recommend. If it's pdfs, I don't see a reason for anywhere specific from that alone.
-
@scottalanmiller said in Who do you use for content delivery? (If that is even the right phrase):
@JasGot oh, they definitely want something like Wasabi for that. Your web host is never the right place for hosting things like a large PDF for someone to download. The needs of a normal website and the needs of large file download hosting don't line up. Even as a web host ourselves, we'd never use our own web services for that, we'd use a blob hosting service (even if it was our own.) This is where the Wasabi, AWS, Azure, etc. of the world are exactly what is needed. Very cheap, very easy.
Would BackBlaze work?
-
@JasGot said in Who do you use for content delivery? (If that is even the right phrase):
From the end user:
For all file types, my maximum upload file size with the host is 10 MB. Images: jpeg Quantity: unlimited Avg. size: 1 MB, not more than 2 Videos don’t get loaded up to the website, we just link to our YouTube channel and are able to embed videos from there. Other: pdf Quantity: unlimited Avg. size: Truly such a variation. Presently, the number of things on our website above 10 MB is extremely limited because we have to get specific permission every time to upload a larger file, and even then it’s only a bit more than 10. We have some epub/pdf files we’d like to add that are huge. The best example is a picture book. We’d probably separate it into two files (Old and New ), but even reduced as much as possible, those files are 18 MB and 25 MB.
This sounds like really crappy hosting, some shared plan, probably cpanel, like godaddy or hostgator, or some similar dump. And it doesn't sound like they have a lot of data stored there, limits are so crippling, it's hard to imagine having TBs, hell, even GBs there. I'd migrate to at the very least some VPS, where you have full control over entire OS. This hosting company just doesn't sound professional.
-
@JasGot said in Who do you use for content delivery? (If that is even the right phrase):
Their hosting provider has told them they will not allow them to upload any more media to their site for visitors to view because there is simply too much data.
This is where you tell the hosting provider they are a joke, close the checkbook, and migrate. There is no "they CANNOT move", they are just too lazy or too cheap to have it done by professional.
-
@marcinozga said in Who do you use for content delivery? (If that is even the right phrase):
@JasGot said in Who do you use for content delivery? (If that is even the right phrase):
Their hosting provider has told them they will not allow them to upload any more media to their site for visitors to view because there is simply too much data.
This is where you tell the hosting provider they are a joke, close the checkbook, and migrate. There is no "they CANNOT move", they are just too lazy or too cheap to have it done by professional.
You are so unaware of the circumstances, that you sound foolish with these statements.
-
@JasGot said in Who do you use for content delivery? (If that is even the right phrase):
@marcinozga said in Who do you use for content delivery? (If that is even the right phrase):
@JasGot said in Who do you use for content delivery? (If that is even the right phrase):
Their hosting provider has told them they will not allow them to upload any more media to their site for visitors to view because there is simply too much data.
This is where you tell the hosting provider they are a joke, close the checkbook, and migrate. There is no "they CANNOT move", they are just too lazy or too cheap to have it done by professional.
You are so unaware of the circumstances, that you sound foolish with these statements.
With the limitations you provided above, it's easy to assume this isn't anything complex or large as to make it hard to migrate. These limitations are so crippling, it's hard to take that provider seriously, and I would laugh in their faces if I heard anything similar to that.
Why don't you enlighten us what the circumstances are?
-
Found this guy's instructions for using B2 to host and CF to deliver. He includes a step by step with illustrations. It looks interesting.
It may be more than I need when you consider the url shortening, but it is right in line with this topic so I thought I would share it here:
https://jross.me/free-personal-image-hosting-with-backblaze-b2-and-cloudflare-workers/
-
While researching the use of cnames for B2 Buckets, I found this. I would not use it because it has all the makings for bad/malicious outcomes, but it will add to your knowledge base and perhaps provide food for thought.
-
@JasGot said in Who do you use for content delivery? (If that is even the right phrase):
Found this guy's instructions for using B2 to host and CF to deliver. He includes a step by step with illustrations. It looks interesting.
Putting everything on a public B2 Bucket? I never thought about it because of the egress fees. But with no fees to CloudFlare, that makes it a great blob storage solution for pretty much anyone.
-
@JasGot said in Who do you use for content delivery? (If that is even the right phrase):
t may be more than I need when you consider the url shortening,
Just ignore that part.
-
@JaredBusch said in Who do you use for content delivery? (If that is even the right phrase):
@JasGot said in Who do you use for content delivery? (If that is even the right phrase):
Found this guy's instructions for using B2 to host and CF to deliver. He includes a step by step with illustrations. It looks interesting.
Putting everything on a public B2 Bucket? I never thought about it because of the egress fees. But with no fees to CloudFlare, that makes it a great blob storage solution for pretty much anyone.
Wasabi is better because there's no egress fee.
-
@scottalanmiller said in Who do you use for content delivery? (If that is even the right phrase):
Wasabi is better because there's no egress fee.
If you feed CF fron B2, there are no egress fees. They have an arrangement.
-
@JasGot said in Who do you use for content delivery? (If that is even the right phrase):
@scottalanmiller said in Who do you use for content delivery? (If that is even the right phrase):
Wasabi is better because there's no egress fee.
If you feed CF fron B2, there are no egress fees. They have an arrangement.
oh, missed that. Very cool. CF in front of anyone reduces egress fees, but if they agree to do none, that's awesome.
-
@scottalanmiller said in Who do you use for content delivery? (If that is even the right phrase):
@JasGot said in Who do you use for content delivery? (If that is even the right phrase):
@scottalanmiller said in Who do you use for content delivery? (If that is even the right phrase):
Wasabi is better because there's no egress fee.
If you feed CF fron B2, there are no egress fees. They have an arrangement.
oh, missed that. Very cool. CF in front of anyone reduces egress fees, but if they agree to do none, that's awesome.
But still, the cost of 1TB of storage in B2 is 10x the cost of Wasabi.
99GB of B2 is the same price as 1TB @ Wasabi.
If you need less than 99GB of B2, and never plan on using more than that soon, then yes B2 could be better if it meets other potential needs.
-
@Obsolesce said in Who do you use for content delivery? (If that is even the right phrase):
But still, the cost of 1TB of storage in B2 is 10x the cost of Wasabi.
I just looked; 1TB at B2 is $5/mo and 1TB at Wasabi is $5.99/mo
-
@JasGot said in Who do you use for content delivery? (If that is even the right phrase):
@Obsolesce said in Who do you use for content delivery? (If that is even the right phrase):
But still, the cost of 1TB of storage in B2 is 10x the cost of Wasabi.
I just looked; 1TB at B2 is $5/mo and 1TB at Wasabi is $5.99/mo
Wow, their prices have come WAY down. They used to be quite a bit higher than Wasabi. Now they still have egress/ingress in many cases. But for pure storage, that's crazy cheap.
-
@JasGot said in Who do you use for content delivery? (If that is even the right phrase):
@Obsolesce said in Who do you use for content delivery? (If that is even the right phrase):
But still, the cost of 1TB of storage in B2 is 10x the cost of Wasabi.
I just looked; 1TB at B2 is $5/mo and 1TB at Wasabi is $5.99/mo
Oh wow, you're right, it stayed at 12 months when I looked at the calculator, I thought I chanded it to 1 month.