> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gcore.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrate CDN resource with Google Cloud Storage

This guide describes how you could use [Google Cloud Storage](https://cloud.google.com/storage) as an origin server.

Create a Google Cloud Storage (GCS) bucket.

<Frame>
  <img src="https://mintcdn.com/gcore/lJxwP5ZCdc6UHqN3/images/docs/cdn/getting-started/integrate-cdn-with-cms/integrate-cdn-resource-with-google-cloud-storage/google-storage-create-bucket-1024x363.png?fit=max&auto=format&n=lJxwP5ZCdc6UHqN3&q=85&s=320d56e406c1ed6f0411ae29580714be" alt="Create a Google Cloud Storage (GCS) bucket." width="1024" height="363" data-path="images/docs/cdn/getting-started/integrate-cdn-with-cms/integrate-cdn-resource-with-google-cloud-storage/google-storage-create-bucket-1024x363.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/gcore/lJxwP5ZCdc6UHqN3/images/docs/cdn/getting-started/integrate-cdn-with-cms/integrate-cdn-resource-with-google-cloud-storage/google-storage-bucket-settings-1024x863.png?fit=max&auto=format&n=lJxwP5ZCdc6UHqN3&q=85&s=d80ab4c3af1005471372d690b74b1a32" alt="Create a Google Cloud Storage (GCS) bucket." width="1024" height="863" data-path="images/docs/cdn/getting-started/integrate-cdn-with-cms/integrate-cdn-resource-with-google-cloud-storage/google-storage-bucket-settings-1024x863.png" />
</Frame>

Upload your data and mark it as Shared publicly.

<Frame>
  <img src="https://mintcdn.com/gcore/lJxwP5ZCdc6UHqN3/images/docs/cdn/getting-started/integrate-cdn-with-cms/integrate-cdn-resource-with-google-cloud-storage/google-storage-upload-file.png?fit=max&auto=format&n=lJxwP5ZCdc6UHqN3&q=85&s=ec174121346c027c4e1bed509def596d" alt="Upload your data and mark it as Shared publicly" width="2878" height="416" data-path="images/docs/cdn/getting-started/integrate-cdn-with-cms/integrate-cdn-resource-with-google-cloud-storage/google-storage-upload-file.png" />
</Frame>

Login to [Gcore Customer Portal](https://portal.gcore.com/cdn/resources/list) at our site and [create a CDN resource](/cdn/getting-started/create-a-cdn-resource/create-a-cdn-resource) using `storage.googleapis.com` as origin.

When your CDN resource is created, check the accessibility of files through CDN. Ensure that your [CNAME record has been configured](/cdn/cdn-resource-options/general/create-and-set-a-custom-domain-for-the-content-delivery-via-cdn) in a proper way before using it for integration.

**Note** : If you want to hide your cloud bucket name, use our [Rewrite](/cdn/cdn-resource-options/rewrite-redirect-requests-from-the-cdn-to-the-origin) option.

Integration has been completed! We highly recommend you to check the HTML code of your web page to ensure that URLs have been rewritten properly from your original ones to CNAME from the Gcore Customer Portal.

To do that press **F12** or open Developers Tools in your browser, choose the Network tab and refresh the page. All static files should have your CNAME in URLs.
