interface StaticPublisherConfig {
    keyResolver?: ((fileName, platform, arch) => string);
}

Properties

Properties

keyResolver?: ((fileName, platform, arch) => string)

Custom function to provide the key to upload a given file to

Type declaration

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

      • fileName: string
      • platform: string
      • arch: string

      Returns string