Tag Archives: AWS S3

Backblaze: A First Look at B2 Cloud Storage
0 (0)

14 March 2026

This post is technically part of the home NAS setup series on FreeBSD (see the beginning here – FreeBSD: Home NAS, part 1 – ZFS mirror setup), but I’ll publish it separately. I already have backup automation configured (there will be posts about that too), and right now data from the NAS is pushed to… Read More: Backblaze: A First Look at B2 Cloud Storage0 (0) »

Loading

CloudFlare: CDN configuration for AWS S3 website hosting
0 (0)

20 September 2019

Need to create a static website hosting using AWS S3 and attach CloudFlare CDN to it. AWS S3 bucket Create a new bucket for your website with the same name as it will be used for your site, in this case, it will be cdn.example.com: Go to the Properties and enable website hosting: Go to… Read More: CloudFlare: CDN configuration for AWS S3 website hosting0 (0) »

Loading

AWS: S3 Cross-Region Replication with DeleteMarkers set up
0 (0)

17 July 2019

At this moment I’m configuring a new CDN for our project. Will use CloudFront and Cloudflare here so need to create two dedicated buckets with different names – cdn.cfr.example.com => CloudFront and cdn.cfl.example.com => Cloudflare. To avoid coping data each time to both buckets – an AWS S3 Cross-Region Replication can be used, so data… Read More: AWS: S3 Cross-Region Replication with DeleteMarkers set up0 (0) »

Loading