update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
8
electron/node_modules/electron-publish/out/s3/bucketLocation.d.ts
generated
vendored
Normal file
8
electron/node_modules/electron-publish/out/s3/bucketLocation.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/**
|
||||
* Resolves the AWS region for a bucket via the S3 GetBucketLocation API (SigV4-signed).
|
||||
* Uses path-style endpoint so dotted bucket names pass TLS hostname validation.
|
||||
* Credentials are resolved via the standard provider chain (env vars → ~/.aws/credentials).
|
||||
* AWS returns an empty LocationConstraint element for us-east-1 (the implicit default region).
|
||||
* Mirrors the behaviour of the `get-bucket-location` app-builder subcommand.
|
||||
*/
|
||||
export declare function getBucketLocation(bucket: string): Promise<string>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue