callback

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

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

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