builder util runtime.Interface.BaseS3Options
Electron-Builder / builder-util-runtime / BaseS3Options
Extends¶
Extended by¶
Properties¶
acl?¶
readonlyoptionalacl:null|"private"|"public-read"
The ACL. Set to null to not add.
Default¶
public-read
channel?¶
optionalchannel:null|string
The update channel.
Default¶
latest
path?¶
readonlyoptionalpath:null|string
The directory path.
Default¶
/
provider¶
readonlyprovider:PublishProvider
The provider.
Inherited from¶
publishAutoUpdate?¶
readonlyoptionalpublishAutoUpdate: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¶
PublishConfiguration.publishAutoUpdate
requestHeaders?¶
readonlyoptionalrequestHeaders:OutgoingHttpHeaders
Any custom request headers
Inherited from¶
PublishConfiguration.requestHeaders
timeout?¶
readonlyoptionaltimeout:null|number
Request timeout in milliseconds. (Default is 2 minutes; O is ignored)
Default¶
120000