Qbox CDN
1. Create A Qbox CDN API Token
2. Configure Vehicle Studio
Config.ImageStorageProvider = "qbox"Config.ImageStorageProviders = Config.ImageStorageProviders or {}
Config.ImageStorageProviders.qbox = {
apiKey = "YOUR_QBOX_CDN_API_TOKEN",
presignedEndpoint = "https://api.qbox.re/v1/file/presigned-url",
deleteEndpoint = "https://api.qbox.re/v1/file",
presignExpires = 300
}3. Test The Upload
Config Fields
Field
Required
Description
Troubleshooting
Qbox Returns Unauthorized
Upload Prepare Fails
Upload Completes But Delete Fails
Last updated
Was this helpful?

