Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PublisherS3Config

Index

Properties

accessKeyId?: string

Your AWS Access Key ID

Falls back to the the default credential provider chain if not provided

bucket?: string

The name of the S3 bucket to upload artifacts to

endpoint?: string

The endpoint URI to send requests to.

E.g. https://s3.example.com

folder?: string

The key prefix to upload artifacts to.

E.g. my/prefix

Default: appVersion

public?: boolean

Whether or not to make uploaded artifacts public to the internet

Default: false

region?: string

The region to send service requests to.

E.g. eu-west-1

s3ForcePathStyle?: boolean

Whether to force path style URLs for S3 objects.

Default: false

secretAccessKey?: string

The secret for your AWS Access Key

Falls back to the the default credential provider chain if not provided

sessionToken?: string

The session token for your AWS Access Key

Falls back to the the default credential provider chain if not provided

Methods

  • keyResolver(fileName: string, platform: string, arch: string): string