S3 compatible endpoints (DigitalOceans spaces)

Connect DigitalOcean spaces data source

UI Bakery supports S3-compatible object storage APIs, e.g. DigitalOcean Spaces. To connect it, follow the steps below:

  1. Go to the Data sources page - click Connect - choose AWS S3.

  2. Specify the Access key ID and a Secret key ID.

  3. Check the Use custom endpoint option and specify the base URL:

4. Click Test connection to check whether the connection can be established. Connect data source to complete the setup.

Using the S3 File Upload component with DigitalOcean Spaces

Using the S3 file upload component implies direct upload to the bucket. This is why you need to set up CORS settings in your DigitalOcean bucket settings. For origin, use https://cloudworkbench.uibakery.io

When using a self-hosted version of UI Bakery, change https://cloudworkbench.uibakery.io to the domain from which you access your UI Bakery instance.

Last updated