
Spaces uses an S3-compatible API and, as such, the existing S3 configuration in CDN is almost all that's needed to connect your CDN installation to your Digital Ocean Space - only one extra endpoint configuration property is required to tell CDN where to find your assets.
"images": {
"s3": {
"enabled": true,
"accessKey": "your-access-key",
"secretKey": "your-secret",
"bucketName": "your-space-name",
"region": "your-region",
"endpoint": "your-digital-ocean-endpoint" // new endpoint configuration
}
Tutorials
Last Updated:
September 2019



