Type alias IHarperDBS3Options

IHarperDBS3Options: { action?: Actions; awsAccessKeyId: string; awsSecretAccessKey: string; bucket: string; key: string }

Type declaration

  • Optional action?: Actions

    what action to be performed on the data. default 'insert'

  • awsAccessKeyId: string

    your aws access key id

  • awsSecretAccessKey: string

    your aws secret access key.

  • bucket: string

    the name of the bucket where your file lives.

  • key: string

    the name of the file to import - the file must include a valid file extension ('.csv' or '.json').