Options
All
  • Public
  • Public/Protected
  • All
Menu

Module download

Index

Functions

Functions

Const downloadObject

  • downloadObject(bucket: string, key: string, localFilename: string): Promise<void>
  • Retrieve one object from AWS S3 bucket and store into local disk

    Parameters

    • bucket: string

      Bucket name where the object is stored

    • key: string

      Full key for the object

    • localFilename: string

      Local file where the data will be downloaded to

    Returns Promise<void>

Generated using TypeDoc