update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
13
electron/node_modules/electron-publish/out/s3/s3Publisher.d.ts
generated
vendored
Normal file
13
electron/node_modules/electron-publish/out/s3/s3Publisher.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { S3Options } from "builder-util-runtime";
|
||||
import { PublishContext } from "..";
|
||||
import { BaseS3Publisher, S3UploadConfig, S3UploadExtraParams } from "./baseS3Publisher";
|
||||
export declare class S3Publisher extends BaseS3Publisher {
|
||||
private readonly info;
|
||||
readonly providerName = "s3";
|
||||
constructor(context: PublishContext, info: S3Options);
|
||||
static checkAndResolveOptions(options: S3Options, channelFromAppVersion: string | null, errorIfCannot: boolean): Promise<void>;
|
||||
protected getBucketName(): string;
|
||||
getS3UploadConfig(): S3UploadConfig;
|
||||
getUploadExtraParams(): S3UploadExtraParams;
|
||||
toString(): string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue