I have a question about the $5 Space plan; I would like to know exactly how I will be charged if I cancel my subscription?As mentioned on Spaces overview: If you cancel your subscription by destroying all your Spaces,...
2 answers • 14 days ago • By sixdaystudioObject StorageDigitalOcean Spaces
Hello everyone,I have DigitalOcean Spaces storage, and I’d like to point my domain to it. However, my domain is by default pointed to my website, and I’d like to have the CDN under cdn.mydomain.com . My domain already...
1 answer • 2 months ago • By SmallDarkCyanClamDNSNetworkingObject Storage
If my backend service is running on App Platform, and it uploads files to a Spaces object storage instance, will that count against my App’s outbound transfer limit? I know if I was using, say, S3 it probably would. B...
2 answers • 5 months ago • By trebabcockDigitalOcean App PlatformDigitalOcean SpacesObject Storage
Hello!I am new to DigitalOcean, and yet I was able to finally got working my experimental app just in few hours (mostly due to unexpected limitation of dev databases to only Postgres while I was planning to use MongoD...
No answers yet • 6 months ago • By koteisaevBlock StorageStorageObject Storage
Without changing anything, I no longer am able to access any of my spaces and receive errors : ERR_NAME_NOT_RESOLVED UnknownEndpoint: Inaccessible host I have not changed anything regarding configurations so I am a bi...
1 answer • 7 months ago • By novosel991APIDatabasesObject Storage
i followed this tutorial https://www.digitalocean.com/community/tutorials/how-to-set-up-a-scalable-django-app-with-digitalocean-managed-databases-and-spaces when i run “collectstatic”, only my admin static files gets ...
No answers yet • 8 months ago • By doyinceasarDigitalOcean SpacesDjangoObject StorageUbuntu 20.04
I want to copy file. This works perfectly fine, and spits out a list of all files in my space: s3.listObjects({Bucket: "lospec"}, function(err, data) {}); This code on the other hand: s3.copyObject({ Bucket: "lospec",...
1 answer • 8 months ago • By skeddtempDigitalOcean SpacesObject Storage
In the Digital Ocean API reference I see information on creating a CDN endpoint, but not for actually creating a Space (Object Storage Solution). Is this the same thing? If not, can someone point me to the correct doc...
Accepted Answer: I think you are better of using the Amazon S3 SDK https://docs.digitalocean.com/products/spaces/resources/s3-sdk-examples/ . They do show at https://docs.digitalocean.com/reference/api/spaces-api/ how a bucket using a...
Is there any minimum storage duration and cost associated with Spaces Object Storage? For example, I upload and delete 250 GB of data daily than would I be charged $5/month?
Accepted Answer: Hello @utsavm , Yes, thats still $5. As long as the data doesn’t exceed 250GB, the users will be charged $5 for it. Hope this helps! Cheers,Sri Charan
1 answer • 9 months ago • By utsavmDigitalOcean SpacesStorageObject StorageBilling
I’m trying to rewrite how my site works, but not sure how if I should use digital oceans new apps feature. Do the apps have storage? Does the storage get cleared when the code gets redeployed? Is there any way to acce...
Accepted Answer: The filesystem for apps gets cleared with each deploy. Also, if an app is scaled to multiple instances, each instance has it’s own filesystem. If the app needs files to persist between deploys, or be accessible to mul...
1 answer • 9 months ago • By skeddtempBuilding on DigitalOceanDigitalOceanDigitalOcean 1-Click Apps MarketplaceObject StorageDigitalOcean SpacesDigitalOcean VolumesDigitalOcean App Platform
I currently have a web server, which does everything. I would like to split it among different services to lighten the load: main web server (db, html generation) CDN for js, css, images, downloads (some may need to b...
2 answers • 9 months ago • By skeddtempDigitalOceanBlock StorageDigitalOcean VolumesDigitalOcean SpacesCDNServer OptimizationObject Storage
Dear All, I’m struggling migrating my web app from a Droplet to the app platform. I have a buzzing Django app hosted on DO Droplet (Ubuntu 18 + Gunicorn + Nginx). My aim is to migrate the whole thing to the App platfo...
1 answer • 10 months ago • By Maciek KokotDjangoDigitalOcean App PlatformDigitalOcean SpacesObject StorageStorage
DigitalOcean Spaces Sync offers direct compatibility with DigitalOcean Spaces. You can use it to connect your media library to your Space, and it offers options for storing your items on your server and Space, or on y...
10 months ago • By Kathleen JuellSolutionsDigitalOceanObject StorageWordPress
Backing up important data is an essential part of managing any computer infrastructure. In this tutorial, we will build a script around the s3cmd command line tool which can be used to quickly upload data to DigitalOc...
11 months ago • By Sebastian CanevariBackupsObject StorageDigitalOceanSolutions
Hi there,I’m want to make a small project of my own by trying to make a service like Google Drive/Dropbox.My focus on the client side is a mobile app, so I need to know (in general) how can I make the infrastructure n...
1 answer • 1 year ago • By eitana131Block StorageObject StorageStorage
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://fra1.digitaloceanspaces.com/ … (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Hello! I tried to solve...
No answers yet • 1 year ago • By gabzdev90ReactObject Storage