ExAws.S3.Upload.stream_file
You're seeing just the function
stream_file
, go back to ExAws.S3.Upload module for more information.
Specs
stream_file(path :: binary(), opts :: [{:chunk_size, pos_integer()}]) :: File.Stream.t()
Open a file stream for use in an upload.
Chunk size must be at least 5 MiB. Defaults to 5 MiB