Skip to main content

include/aws@services@s3_Progress.hrl

-record(progress, {
    bytes_processed :: gleam@option:option(integer()),
    bytes_returned :: gleam@option:option(integer()),
    bytes_scanned :: gleam@option:option(integer())
}).