'Will using a combination of CDN and Cloud Storage improve latency for video contents?

From Google Cloud's document

Cloud Storage essentially works as a content delivery network. This does not require any special configuration because by default any publicly readable object is cached in the global Cloud Storage network.

My current web application is already using CDN. It contains a fair amount of video content. The video content is publicly accessible. Will using a combination of Google Cloud Storage and Cloud CDN further improves latency?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source