Function fetchAndResolve

  • Fetch object (file) from S3, resolve it to JSON, text, or binary and optionally cache it to the box.

    NOTE: Caching is stored under the /synapticon/oblac-drives/ prefix path because the bundle file includes the cache at that location.

    Returns

    The object resolved to the specified type.

    Parameters

    • path: string

      The path to the object (file) in S3.

    • resolveTo: "json" | "text" | "blob"

      The type to resolve the object to: 'blob', 'json', or 'text'.

    • cache: boolean

      Flag to indicate if the object should be cached to the box.

    Returns Promise<any>

Generated using TypeDoc