ExAws.S3.Upload.upload_chunk-exclamation-mark
You're seeing just the function
upload_chunk-exclamation-mark
, go back to ExAws.S3.Upload module for more information.
Specs
upload_chunk!({binary(), pos_integer()}, t(), ExAws.Config.t()) :: {pos_integer(), binary()}
Upload a chunk for an operation.
The first argument is a tuple with the binary contents of the chunk, and a
positive integer index indicating which chunk it is. It will return this index
along with the etag
response from AWS necessary to complete the multipart upload.