callback

abstract var callback: (handle: FileObject) -> Unit?

Optional callback that will be executed on successful completion of the S3 operation.

This callback will be passed an FileObject instance representing the file that was downloaded.