Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetObjectStreamInput

Parameter type for the getObjectStream function.

Hierarchy

  • GetObjectStreamInput

Index

Properties

Properties

Bucket

Bucket: string
param

S3 bucket of a file.

param

key of a file in an S3 bucket.

param

range of bytes to download in format 'bytes=([0-9]+)-([0-9]+)'.

param

part number of file to download. This option is useful for files uploaded using the multipart uploader. Other files will only have 1 part.

Key

Key: string

Optional PartNumber

PartNumber: undefined | number

Optional Range

Range: undefined | string

Generated using TypeDoc