A filesystem implementation that reads files over HTTPS.

Hierarchy

Constructors

Methods

  • Protected

    Normalize the input tags into a single array of strings. This is useful for implementing the fluent interface for putLocalFile().

    Example

    const tags: string[] = this._normalizeTags(args.tag, args.tags)
    

    Parameters

    • Optional tag: string
    • Optional tags: string[]

    Returns string[]