Skip to content

builder util runtime.Interface.SpacesOptions

Electron-Builder / builder-util-runtime / SpacesOptions

DigitalOcean Spaces options. Access key is required, define DO_KEY_ID and DO_SECRET_KEY environment variables.

Extends

Properties

acl?

readonly optional acl: null | "private" | "public-read"

The ACL. Set to null to not add.

Default

public-read

Inherited from

BaseS3Options.acl


channel?

optional channel: null | string

The update channel.

Default

latest

Inherited from

BaseS3Options.channel


name

readonly name: string

The space name.


path?

readonly optional path: null | string

The directory path.

Default

/

Inherited from

BaseS3Options.path


provider

readonly provider: "spaces"

The provider. Must be spaces.

Overrides

BaseS3Options.provider


publishAutoUpdate?

readonly optional publishAutoUpdate: boolean

Whether to publish auto update info files.

Auto update relies only on the first provider in the list (you can specify several publishers). Thus, probably, there`s no need to upload the metadata files for the other configured providers. But by default will be uploaded.

Default

true

Inherited from

BaseS3Options.publishAutoUpdate


region

readonly region: string

The region (e.g. nyc3).


requestHeaders?

readonly optional requestHeaders: OutgoingHttpHeaders

Any custom request headers

Inherited from

BaseS3Options.requestHeaders


timeout?

readonly optional timeout: null | number

Request timeout in milliseconds. (Default is 2 minutes; O is ignored)

Default

120000

Inherited from

BaseS3Options.timeout