callback

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

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

This callback will be passed an S3Object instance representing the object that was created.