View Source ExAws.S3.Download (ExAws.S3 v2.4.0)

Represents an AWS S3 file download operation

Link to this section Summary

Link to this section Types

@type t() :: %ExAws.S3.Download{
  bucket: term(),
  dest: term(),
  opts: term(),
  path: term(),
  service: term()
}

Link to this section Functions

Link to this function

build_chunk_stream(op, config)

View Source
Link to this function

chunk_stream(file_size, chunk_size)

View Source
Link to this function

get_chunk(op, map, config)

View Source