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

Represents an AWS S3 file download operation

Summary

Types

t()

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

Functions

build_chunk_stream(op, config)

chunk_stream(file_size, chunk_size)

get_chunk(op, map, config)