The DO Space alias type is used when your image assets are stored in a DigitalOcean Space. This type has the capability to connect to the space using API credentials (Space access keys) that you generate in your DigitalOcean control panel.
The minimum/required fields to create an alias of type DO Space are:
| Field | Description | 
|---|---|
| Name | The name of the aliasto be used when building your URL | 
| Type | DO Space | 
| space name | The name of your Space | 
| region | The datacenter region where you created your space | 
| Is Secured | Whether the space access is public or requires authentication | 
If the space is secured, you will need to supply the following:
| Field | 
|---|
| access key | 
| access secret | 
For steps on how to procure a set of access credentials read here.
The optional fields are:
| Field | Description | 
|---|---|
| prefix key | A prefix to add to every image access thru this alias | 
The following fields will enable other behaviors:
| Field | Required | Description | 
|---|---|---|
| Templates | No | Template definitions will make your work easier. More info here. | 
| Watermark | No | Watermark all images within the alias. More info here. | 
| Referers | No | Adding domains to this list will make the aliasonly access requests from this white-list. More info here. | 
| Secrets | No | Alias-specific secrets that can be used to open the alais when locked. More info here. | 
More information about aliases here.