# How Cloud Storage Providers Automatically Connect Files to Content Delivery Networks

> A system that lets website owners use a single button in their storage dashboard to automatically distribute their files across a global network of servers for faster loading.

- **Patent:** US 8060616
- **Original title:** Managing CDN registration by a storage provider
- **Owner:** Amazon Technologies Inc
- **Granted:** 2011
- **Status:** Active
- **Times cited:** 10
- **Field:** software, telecommunications, ecommerce, cloud_computing

## What it does

This patent describes a bridge between a storage service (like Amazon S3) and a Content Delivery Network (CDN). Normally, a developer would have to manually configure their files to work with a CDN. This system automates that by providing a user interface where the developer selects files and chooses a CDN plan. The storage provider then talks to the CDN provider on the developer's behalf to register those files, essentially handling the technical heavy lifting of distributing content globally. It also automates the process of updating links so that when a user requests a file, they are automatically directed to the faster CDN server instead of the original storage server.

## What it does NOT cover

- Does not cover manual CDN configuration where the content provider interacts directly with the CDN provider without a storage intermediary.
- Does not cover the actual physical hardware or software architecture of the CDN itself.
- Does not cover methods for caching content that do not involve a registration request initiated through a storage provider's interface.

## The clever bit

The system treats the CDN registration as a service managed by the storage provider, allowing the storage provider to act as a 'broker' that handles the DNS and resource identifier updates automatically for the user.

## Real-world examples

1. Amazon S3 integration with Amazon CloudFront
2. Any cloud storage dashboard with a 'Enable CDN' or 'Distribute via CDN' checkbox

## Why it matters

Before this automation, scaling a website globally was a complex, multi-step engineering task that required coordinating different vendors. By integrating this directly into storage dashboards, Amazon made global content distribution accessible to smaller developers and startups, significantly lowering the barrier to entry for high-performance web hosting.

## Frequently asked questions

### What does How Cloud Storage Providers Automatically Connect Files to Content Delivery Networks cover?

A system that lets website owners use a single button in their storage dashboard to automatically distribute their files across a global network of servers for faster loading.

### Who owns patent US 8060616?

Amazon Technologies Inc owns this patent, granted in 2011.

### When does this patent expire?

This patent is expected to expire on November 15, 2031, when the invention enters the public domain.

### What is patent US 8060616 cited by?

This patent has been cited by 10 later patents that build on its ideas.

### What problem does this patent solve?

Before this automation, scaling a website globally was a complex, multi-step engineering task that required coordinating different vendors. By integrating this directly into storage dashboards, Amazon made global content distribution accessible to smaller developers and startups, significantly lowering the barrier to entry for high-performance web hosting.

### What does this patent NOT cover?

Does not cover manual CDN configuration where the content provider interacts directly with the CDN provider without a storage intermediary.

**Full plain-English explainer:** https://patentbrief.org/patent/us/8060616/amazon-s3-simple-storage-service

**Original patent:** https://patents.google.com/patent/US8060616

---

_Source: PatentBrief — https://patentbrief.org. Patent facts are from public records; the plain-English explanation is PatentBrief's._


## Related patents

Semantically similar inventions in the PatentBrief corpus:

- [How CDNs Use Client-Side Code to Speed Up Web Downloads](https://patentbrief.org/patent/us/9544394/aws-cloudtrail) — Amazon's patent on using client-side code like JavaScript to dynamically rewrite website links so they point directly to the fastest content delivery server, bypassing traditional DNS routing bottlenecks.
- [How Amazon Delivers Content Faster Using Local Servers](https://patentbrief.org/patent/us/9332078/facebook-memories) — Amazon's 2016 patent describes a system for breaking down digital content into smaller pieces and storing them on servers located near users to speed up downloads and reduce network traffic.
- [How Amazon Optimizes Website Loading Speeds by Managing Domain Requests](https://patentbrief.org/patent/us/7930393/amazon-cloudfront-cdn) — A system that tests different ways to distribute website resources across multiple domains to find the fastest way to load a webpage for users.
- [How Software Automatically Collects and Organizes Data from Multiple Websites](https://patentbrief.org/patent/us/8112476/amazon-ec2-elastic-compute-cloud) — A system that automatically logs into multiple websites, pulls information, and stores it locally before you even ask for it, so it is ready to view instantly.
- [How Load Balancers Route Web Traffic Based on Specific Content](https://patentbrief.org/patent/us/5774660/world-wide-web-server-with-delayed-resource-binding-for-resource-based-load-balancing-on-a-distributed-resource-multi-node-network) — A method for web servers to route user requests to specific machines based on which files they store, rather than just blindly balancing traffic across all servers.
