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

Represents an AWS S3 file download operation

Summary

Types

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

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