I am trying to setup a project that uses PostgreSQL and S3 that are both hosted on DigitalOcean with doctl. Following the tutorial, I created a app.yaml file that has a service that runs my app and a database that created a PG instance. However, I was not able to find out how to create a S3 space in the reference page. Is this simply not supported or am I missing something? Thanks for the help.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey Matthew! 👋
Yes, as of the moment, the DigitalOcean App Platform doesn’t support provisioning Spaces directly in
app.yaml
, but you can still definitely use it, you would just need to have it created either manually or usingdoctl
.Then Generate Spaces Access Keys and add the details to your
app.yaml
:The best thing to do to get your voice heard regarding this would be to head over to the DigitalOcean Product Ideas board and post a new idea, including as much information as possible for what you’d like to see implemented.
- Bobby.