Digital ocean DO spaces cdn integration

anyone manages to integrate with Digital Ocean CDN for the medias?

Hey @chris

To integrate Digital Ocean Spaces CDN with the media manager in October CMS, you can use the Flysystem library, as the media manager is built on top of it. Follow these steps:

Install the relevant Flysystem adapter for Digital Ocean Spaces. You can do this via Composer:

composer require league/flysystem-aws-s3-v3

This package allows integration with AWS S3, and Digital Ocean Spaces is compatible with the S3 API.

thank you so much @daft