Assets Static files such as images, videos, documents, stylesheets, and JavaScript files that are part of a website. Assets are typically stored in a Digital Asset Management (DAM) or dedicated folder within your Git Repository. A website in CloudCannon that includes all the files, content, configuration, and settings needed to edit, build, and host a complete website. A storage location for the code and files that make up your website. CloudCannon supports the repository providers GitHub, GitLab, and Bitbucket, and highly recommends using a repository to store your website's files for better version control and collaboration. The process of converting all your Site files into a single, functional website using the method specified by your SSG. Building on CloudCannon is optional, but is required for specific features, such as the Visual Editor, preview screenshots for output files in your Collection Browser, and the Testing Domain and Custom Domain.Assets
Site
Git Repository
Build
You can configure a Digital Asset Manager An abbreviation of Digital Asset Management, a DAM is a system for organizing, storing, and retrieving digital assets like images, videos, and documents.DAM
Articles in this section are useful for developers responsible for configuring asset storage and managing large files in CloudCannon.
In the Assets section of our Developer documentation, we cover:
- DAMs — Learn how to connect external storage like S3, Cloudinary, Azure, and more
- Configuring paths — Learn how to configure where assets are uploaded and how they are served
Let's briefly introduce a few of these topics.
DAMs#
CloudCannon integrates with several DAM providers to store your images and documents outside your Git repository. Your editors can upload and select assets from any editing interface, and the DAM serves them from a CDN.
For a more in-depth explanation of DAMs, including how to connect and configure them, please read our documentation:
- Creating an Azure DAM
- Creating a Cloudflare R2 DAM
- Creating a Cloudinary DAM
- Creating a DigitalOcean Spaces DAM
- Creating a Google Cloud Storage DAM
- Creating an S3 DAM
- Creating a Tenovos DAM
- Managing your connected DAMs
- Integrating your DAM with CloudCannon
Configuring paths#
For finer control of your assets, you can configure where CloudCannon will save new assets after a team member uploads one, and update the DAM asset URLs to use relative paths.
For a more in-depth explanation of upload paths and asset management, please read our documentation: