Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Machine Learning Engineer
In Wizart LLC we are using boto3 client for Python to interact with DigitalOcean Spaces.
After the CDN was enabled for our spaces, we become unable to access data stored in buckets.
For example, stored files can be accessed via the following CDN link:
https://wizart-storage-data-dev.fra1.cdn.digitaloceanspaces.com/interiors/uploaded/images/07IRgHJ2PFhVqVrJDCIpzhghqe4TwK1cSSUXaC4T.jpeg
But boto3 SDK generates URLs like this one given in the form:
https://fra1.cdn.digitaloceanspaces.com/wizart-storage-data-dev/interiors/uploaded/images/07IRgHJ2PFhVqVrJDCIpzhghqe4TwK1cSSUXaC4T.jpeg
which seems to be an invalid CDN URL for DigitalOcean Spaces.
When CDN is not specified - the file is accessible with no problems:
https://fra1.digitaloceanspaces.com/wizart-storage-data-dev/interiors/uploaded/images/07IRgHJ2PFhVqVrJDCIpzhghqe4TwK1cSSUXaC4T.jpeg
Is any workaround can be applied in our case?
009fd274aeae48f2bfbda6ef568676
009fd274aeae48f2bfbda6ef568676
SarkariResultht
Arne van Hoorn
4287c71658bd4ea39bef277d491b1c
4287c71658bd4ea39bef277d491b1c
Demanix
Demanix
Henry Mui
Prakash Hinduja
f60f754977ec49e1b2cad3cf42286e
anonymouse1